@ IDN - AddressBar

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

@ IDN - AddressBarคืออะไร?

@ IDN - AddressBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Veda Balan R และคุณลักษณะหลักของมันคือ "To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย @ IDN - AddressBar

ดาวน์โหลดไฟล์ส่วนขยาย @ 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 @ 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
}