@ IDN - AddressBar
To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.
Qu'est-ce que @ IDN - AddressBar ?
@ IDN - AddressBar est une extension Chrome développée par Veda Balan R, et sa fonction principale est "To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension @ IDN - AddressBar
Téléchargez les fichiers d'extension @ IDN - AddressBar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | @ IDN - AddressBar |
ID | jcajilnlaakgoampekencpnbjjikphkm |
URL Officiel | https://chromewebstore.google.com/detail/idn-addressbar/jcajilnlaakgoampekencpnbjjikphkm |
Description | To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox. |
Taille du Fichier | 24.75 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-03-15 |
Date de Publication | 2018-03-15 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Veda Balan R |
Type de Paiement | free |
Langues Prises en Charge | 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 } |