X-Callback-URLiCab Mobile supports the x-callback-url protocol. This p的中文翻譯

X-Callback-URLiCab Mobile supports

X-Callback-URL
iCab Mobile supports the x-callback-url protocol. This protocol is a simple way Apps can communicate by sending URLs to each other. These URLs have a well-defined format with a command and parameters. The protocol is very flexible, but nevertheless very simple and easy to use.
In iCab Mobile the x-callback-url protocol can be used for the following tasks.

Adding Bookmarks
An Apps can add a bookmark in the iCab Mobile bookmarks list. iCab will create a special folder for all the bookmarks which are received from other Apps this way, so the user will always see that these bookmarks came from other Apps

Adding Filters
An App can add a new filter to the filter manager. iCab will again create a special Filters group for filters that came from another App, so you can find them easily.

Adding Search Engines
An App can add a new search engine to the list of search engines, in case it does not yet exist.

Adding a page to the Reading List
An App can add a page to the reading list of iCab Mobile.

Start a Download
An App can initiate a download within iCab Mobile. So if an App does not provide a download manager itself, it can use iCab for this.

Start a Search
An App can launch iCab Mobile and immediately open the search window, so the user can directly enter a search term.

Open a Web Page
An App can open a web page in iCab Mobile. This is nothing special, because this was already possible before. What’s new is that the page can control if the new page is opened in a new foreground tab, a background tab or the current tab. It can also control wether the page opens in fullscreen or normal mode.

Start iCab Mobile
Starting iCab Mobile in normal mode or in fullscreen mode.

Though it is clear that most Apps won’t support any of these tasks, some Apps can probably do some great stuff with this new feature. I’m thinking about Apps like Launch Center Pro which already supports many of these actions.

If you want to support one or more of the above tasks of iCab Mobile in your own App, you only need to send iCab Mobile a properly formatted URL which conforms to the x-callback-url protocol specification. Such an URL looks like this:

[scheme]://x-callback-url/[action]?[x-callback-parameters]&[action parameters]
For iCab Mobile, the [scheme] should be “x-icabmobile”, though also the scheme “icabmobile” will work. The [x-callback-parameters] needs to be set up according to the requirements of your App. These parameters control if iCab Mobile will return to your App after it has processed the command or if iCab stays the active application. [action] describes the command that is executed in iCab Mobile and [action parameters] define the parameters for this command. All values for the parameters should be URL encoded strings. All parameters are key value pairs and concatenated by “&” in the URL in the usual way. At the end of this article you’ll find some concrete examples for these URLs:

x-icabmobile://x-callback-url/addBookmark?x-success=yourapp://success-handler&x-error=yourapp://error-hander&url=http://www.icab-mobile.de/&title=iCab%20Mobile%20Homepage
For more information, please see the official x-callback-url protocol specification

The [action] and [action parameters] you can use in iCab Mobile are the following:

Action Required parameters Optional parameters Description
addBookmark url=[url] title=[title] Adds a bookmark with the given URL and title to the Bookmarks of iCab Mobile
addFilter url=[filter-url]
Should use wildcards “*”, “?” and “[abc]” to make the url filter valid for more than a single page type=off
type=block
type=load Creates a new filter. Without the type parameter, iCab defaults to “block”
addSearchEngine url=[url]
Should include the string “%@” where the search term needs to be added title=[title] Adds a new search engine to the list of search engines
addReadingList url=[url] title=[title] Adds the page with the given URL and title to the Reading list
search searchTerm=[searchTerm]
searchEngine=[searchEngine] Launches iCab and opens the search window, so the user can directly start entering a search term, if the search term is given, the search is started immediately. The searchEngine parameter lets you select the search engine whih should be used for the search. The first search engine whose name contains the text from the "searchEngine" parameter and which is included in the search engines list of iCab Mobile will be used for the search. If no matching search engine is found, the default one is used.
fullscreen Launches iCab in fullscreen mode
normalmode Launches iCab in normal mode
open url=[url] destination=currentTab
destination=backgroundTab
destination=newTab
fullscreen=yes
fullscreen=no
Opens the page in the given destination and enters the fullscreen mode when requested. The URL “quickstarter:” can be used to open the Quickstarter page
download url=[url] filename=[filename]
referrer=[url]
Starts the download of the file at URL and uses the filename to save it in the
0/5000
原始語言: -
目標語言: -
結果 (中文) 1: [復制]
復制成功!
X-Callback-URLiCab Mobile supports the x-callback-url protocol. This protocol is a simple way Apps can communicate by sending URLs to each other. These URLs have a well-defined format with a command and parameters. The protocol is very flexible, but nevertheless very simple and easy to use.In iCab Mobile the x-callback-url protocol can be used for the following tasks.Adding BookmarksAn Apps can add a bookmark in the iCab Mobile bookmarks list. iCab will create a special folder for all the bookmarks which are received from other Apps this way, so the user will always see that these bookmarks came from other AppsAdding FiltersAn App can add a new filter to the filter manager. iCab will again create a special Filters group for filters that came from another App, so you can find them easily.Adding Search EnginesAn App can add a new search engine to the list of search engines, in case it does not yet exist.Adding a page to the Reading ListAn App can add a page to the reading list of iCab Mobile.Start a DownloadAn App can initiate a download within iCab Mobile. So if an App does not provide a download manager itself, it can use iCab for this.Start a SearchAn App can launch iCab Mobile and immediately open the search window, so the user can directly enter a search term.Open a Web PageAn App can open a web page in iCab Mobile. This is nothing special, because this was already possible before. What’s new is that the page can control if the new page is opened in a new foreground tab, a background tab or the current tab. It can also control wether the page opens in fullscreen or normal mode.Start iCab MobileStarting iCab Mobile in normal mode or in fullscreen mode.Though it is clear that most Apps won’t support any of these tasks, some Apps can probably do some great stuff with this new feature. I’m thinking about Apps like Launch Center Pro which already supports many of these actions.If you want to support one or more of the above tasks of iCab Mobile in your own App, you only need to send iCab Mobile a properly formatted URL which conforms to the x-callback-url protocol specification. Such an URL looks like this:[scheme]://x-callback-url/[action]?[x-callback-parameters]&[action parameters]为 iCab 移动,[计划] 应该是"x-icabmobile",虽然"icabmobile"计划也将工作。[X 回调参数] 需要根据您的应用程序的要求设置。这些参数控制如果 iCab 移动将返回到您的应用程序,它已经处理了命令后或 iCab 保持活动的应用程序。[动作] 描述在 iCab 移动中执行的命令和 [操作参数] 定义此命令的参数。所有值的参数应该都是 URL 编码的字符串。所有参数是键/值对,并且在通常的方式连接在 URL 中的"&"。在这篇文章的末尾,你会发现一些具体的例子为这些 Url:x-icabmobile://x-callback-url/addBookmark?x-success=yourapp://success-handler & x 错误 = yourapp://error-hander & url = http://www.icab-mobile.de/ & 标题 = iCab %20Mobile %20homepage有关详细信息,请参阅官方 x 回调 url 协议规范[动作] 和 [操作参数],您可以使用在 iCab 移动如下:所需的操作参数可选参数描述addBookmark url = [url] 标题 = [标题] 添加给定的 URL 与标题到 iCab 移动的书签书签addFilter url = [筛选器 url]应使用通配符"*"、"?"和"[abc]",以弥补单个页面类型比 url 筛选器有效 = 关类型 = 块类型 = 负载创建一个新的筛选器。没有为类型参数,iCab 默认为"块"addSearchEngine url = [url]应包含字符串"%@"在哪里搜索词需要添加标题 = [标题] 添加新的搜索引擎对搜索引擎的列表addReadingList url = [url] 标题 = [标题] 添加给定的 URL 与标题到阅读列表页搜索 searchTerm = [searchTerm]搜索引擎 = [搜索引擎] 发射 iCab 和打开搜索窗口,这样用户就可以直接开始输入搜索词,如果给定的搜索词,搜索立即开始。搜索引擎参数使您得以的选择搜索引擎升华应该用于搜索。第一搜索引擎名称中包含"搜索引擎"参数中的文本和其中的 iCab 移动搜索引擎列表中将用于搜索。如果没有匹配的搜索引擎找到,则使用默认一个。在全屏模式下的全屏发射 iCab在正常模式下 normalmode 发射 iCab打开 url = [url] 目的地 = currentTab目的地 = backgroundTab目的地 = 不再全屏 = 是全屏 = 否在给定目标中打开页面,进入全屏模式时要求。URL"任务栏:"可以用来打开快速启动页下载 url = [url] 文件名 = [文件名]推荐人 = [url]开始在 URL 文件的下载和使用文件名来保存它的
正在翻譯中..
結果 (中文) 3:[復制]
復制成功!
x-callback-urliCab Mobile支持x-callback-url协议。该协议是一个简单的方式应用程序可以通过发送到对方的网址进行通信。这些网址有一个明确的格式与命令和参数。该协议是非常灵活的,但非常简单,易于使用。在iCab Mobile的x-callback-url协议可用于以下任务。添加书签一个应用程序,可以添加在iCab Mobile书签列表中的书签。iCab将所有的书签,这样接收从其他应用程序中创建一个特殊的文件夹,所以用户会看到这些书签来自其他应用程序添加过滤器一个应用程序可以添加一个新的过滤器,过滤器经理。iCab会再次创建过滤器,来自另一个应用程序的一种特殊的滤波器组,因此你可以很容易的找到他们。增加搜索引擎一个应用程序可以添加一个新的搜索引擎的搜索引擎的列表,在情况下,它不存在。在阅读列表中添加一个页面一个应用程序可以将网页添加到iCab Mobile的阅读清单。开始下载一个应用程序可以启动在iCab Mobile下载。所以如果一个应用程序不提供下载管理器本身,它可以用iCab这个。开始搜索一个应用程序可以启动iCab Mobile和立即打开搜索窗口,所以用户可以直接输入一个搜索词。打开网页一个应用程序可以打开iCab Mobile Web页。这没有什么特别的,因为这已经是有可能的了。新的页面是可以控制的,如果新的页面是在一个新的前景标签,背景标签或当前标签打开的。它也可以控制是否打开网页在全屏或正常模式。启动iCab Mobile启动iCab Mobile在正常模式或全屏模式。虽然很明显,大多数应用程序不会支持这些任务,一些应用程序可以做一些伟大的东西,这个新功能。我在思考像发射中心的应用程序,已经支持了这些行动。如果你想支持一个或多个自己的APP iCab Mobile以上的任务,你只需要发送iCab Mobile格式正确的URL,符合x-callback-url协议规范。这样的网址看起来像这样:[方法]:/ / x-callback-url / [动作]吗?[ ]和[ ] x-callback-parameters动作参数为iCab Mobile的[计划],应该是“x-icabmobile”,但也“icabmobile”工作方案。x-callback-parameters ]的[需要设置根据您的应用程序的要求。如果iCab Mobile将经过处理的命令或者iCab停留活动的应用程序返回到你的应用程序控制这些参数。[动作]描述的命令,在iCab Mobile和[动作参数]定义参数这个命令执行。所有参数的值都应该是“链接”编码的字符串。所有参数是关键值对,并通过“和”连接在通常的方式在网址。在这篇文章的结尾,你会发现一些具体的例子,这些网址:x-icabmobile:/ / x-callback-url / addbookmark?x-success = YourApp:/ /成功经理人与x-error = YourApp:/ /错误投手和URL = HTTP:/ / www.icab-mobile。德/标题= iCab % % 20homepage 20mobile有关更多信息,请参见官方x-callback-url协议规范在[动作]和[动作参数]你可以用iCab Mobile如下:动作所需参数可选参数描述addbookmark URL = [网址] = [标题]标题添加书签与给定的URL和标题的书签iCab Mobileaddfilter URL过滤URL = [ ]应该使用通配符“*”、“?“和”[美国广播公司]”,使网址过滤器有效期超过一个单一的页面类型=关闭类型=块类型=负载创建一个新的筛选器。无类型参数,iCab默认为“块”addsearchengine URL = [网址]应包括“% @”在搜索词需要添加标题= [标题]增加了一个新的搜索引擎的搜索引擎列表addreadinglist URL = [网址]标题= [称号]添加页面与给定的URL和标题的阅读清单搜索搜索关键词= [搜索关键词]搜索引擎= [搜索引擎]推出iCab并打开搜索窗口,所以用户可以直接开始输入搜索词,如果搜索词,搜索是立即开始。搜索引擎参数允许您选择的搜索引擎,可用于搜索。其名称包含文本从“搜索引擎”的参数,其中包括在iCab Mobile的搜索引擎列表将被用于搜索的搜索引擎。如果没有找到匹配的搜索引擎,则使用默认的搜索引擎。全屏启动iCab在全屏模式问题展开iCab在正常模式打开网址= [网址]目的地= currenttab目标= backgroundtab目标= NewTab全屏=是的全屏=没有该页在给定的目的地打开,进入全屏模式时,要求。URL“快速启动:“可以用来打开快速启动页下载网址= [网址]文件名= [文件名]引用= [网址]启动下载的文件在网址
正在翻譯中..
 
其它語言
本翻譯工具支援: 世界語, 中文, 丹麥文, 亞塞拜然文, 亞美尼亞文, 伊博文, 俄文, 保加利亞文, 信德文, 偵測語言, 優魯巴文, 克林貢語, 克羅埃西亞文, 冰島文, 加泰羅尼亞文, 加里西亞文, 匈牙利文, 南非柯薩文, 南非祖魯文, 卡納達文, 印尼巽他文, 印尼文, 印度古哈拉地文, 印度文, 吉爾吉斯文, 哈薩克文, 喬治亞文, 土庫曼文, 土耳其文, 塔吉克文, 塞爾維亞文, 夏威夷文, 奇切瓦文, 威爾斯文, 孟加拉文, 宿霧文, 寮文, 尼泊爾文, 巴斯克文, 布爾文, 希伯來文, 希臘文, 帕施圖文, 庫德文, 弗利然文, 德文, 意第緒文, 愛沙尼亞文, 愛爾蘭文, 拉丁文, 拉脫維亞文, 挪威文, 捷克文, 斯洛伐克文, 斯洛維尼亞文, 斯瓦希里文, 旁遮普文, 日文, 歐利亞文 (奧里雅文), 毛利文, 法文, 波士尼亞文, 波斯文, 波蘭文, 泰文, 泰盧固文, 泰米爾文, 海地克里奧文, 烏克蘭文, 烏爾都文, 烏茲別克文, 爪哇文, 瑞典文, 瑟索托文, 白俄羅斯文, 盧安達文, 盧森堡文, 科西嘉文, 立陶宛文, 索馬里文, 紹納文, 維吾爾文, 緬甸文, 繁體中文, 羅馬尼亞文, 義大利文, 芬蘭文, 苗文, 英文, 荷蘭文, 菲律賓文, 葡萄牙文, 蒙古文, 薩摩亞文, 蘇格蘭的蓋爾文, 西班牙文, 豪沙文, 越南文, 錫蘭文, 阿姆哈拉文, 阿拉伯文, 阿爾巴尼亞文, 韃靼文, 韓文, 馬來文, 馬其頓文, 馬拉加斯文, 馬拉地文, 馬拉雅拉姆文, 馬耳他文, 高棉文, 等語言的翻譯.

Copyright ©2024 I Love Translation. All reserved.

E-mail: