@ IDN - AddressBar
To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.
什麼是@ IDN - AddressBar?
@ IDN - AddressBar是由Veda Balan R開發的Chrome擴展程式,該擴展的主要功能是“To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.”。
擴展截圖
下載@ IDN - AddressBar擴展crx文件
下載@ IDN - AddressBar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The application enables the Browser Address bar to accept I18N characters. Thereby enabling the address bar to type IDN directly, and also will enable I18N search right in the address bar, without using additional tools. This plugin is dependent on "Google Transliterate" API. 1. Internet access is required for the plugin to work. 2. Limited support for languages. Select your default language by going to the "options" menu element.
擴展基本資訊
名稱 | @ IDN - AddressBar |
ID | jcajilnlaakgoampekencpnbjjikphkm |
官方網址 | https://chromewebstore.google.com/detail/idn-addressbar/jcajilnlaakgoampekencpnbjjikphkm |
簡介 | To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox. |
檔案大小 | 24.75 KB |
安裝次數 | 10 |
目前版本 | 1.0.2 |
更新時間 | 2018-03-15 |
上架時間 | 2018-03-15 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Veda Balan R |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "@ IDN - AddressBar", "description": "To use, Type (1) '@' + 'space\/tab' (2) Domain (3) . (4) TLD into the Omnibox.", "version": "1.0.2", "author": "[email protected]", "icons": { "16": "icons\/favicon16.png", "48": "icons\/favicon48.png", "64": "icons\/favicon64.png", "128": "icons\/favicon128.png" }, "short_name": "IDN-AB", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/www.google.com\/*" ], "options_page": "options.html", "omnibox": { "keyword": "@" }, "browser_action": { "default_icon": { "19": "icons\/favicon19.png", "38": "icons\/favicon38.png" }, "default_title": "IDN - AddressBar" }, "content_security_policy": "default-src 'none'; script-src 'self'; connect-src https:\/\/www.google.com\/;", "minimum_chrome_version": "9", "manifest_version": 2 } |