@ IDN - AddressBar

To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.

@ IDN - AddressBar क्या है?

@ IDN - AddressBar Veda Balan R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में @ IDN - AddressBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 @ IDN - AddressBar
ID jcajilnlaakgoampekencpnbjjikphkm
आधिकारिक URL 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
}