@ 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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

@ IDN - AddressBar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}