Asuka.IO Whois - Domain Name Lookup Tool

Lookup domain information of website that you are currently browsing

Asuka.IO Whois - Domain Name Lookup Tool란 무엇입니까?

Asuka.IO Whois - Domain Name Lookup Tool은(는) Asuka.Net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup domain information of website that you are currently browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Asuka.IO Whois - Domain Name Lookup Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to lookup the domain name information easily.  By clicking the addon button, you can display the domain name registration information of the site you are currently browsing. By selectiong the context menu, you can display the domain name registration information of the link, selection text, or the site you are currently browsing.

Privacy Note:

By clicking addon button or selecting addon menu from context menu, this addon will send domain name of current tab URL to Asuka.IO website as a part of its URL. For example, if you are browsing http://www.example.com/fatechan/moe and click the button, http://en.asuka.io/whois/example.com will be opened in new tab.

We respect your privacy. We will never share personally identifiable information with any person or organization, unless there is a legal request. This policy is prepared in English, Japanese and Chinese. If there should be any discrepancies, the English version shall prevail.                    

확장 프로그램 기본 정보

이름 Asuka.IO Whois - Domain Name Lookup Tool Asuka.IO Whois - Domain Name Lookup Tool
ID bgifibpknpdddjoopggofdldijpjfoia
공식 URL https://chromewebstore.google.com/detail/asukaio-whois-domain-name/bgifibpknpdddjoopggofdldijpjfoia
설명 Lookup domain information of website that you are currently browsing
파일 크기 61.8 KB
설치 횟수 1,581
현재 버전 1.0.1
최근 업데이트 2017-08-26
출시 날짜 2017-08-26
평점 5.00/5 총 1 개의 평점
개발자 Asuka.Net
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "__MSG_manifest_name__",
    "short_name": "Asuka.IO Whois",
    "description": "__MSG_manifest_description__",
    "author": "Asuka.Net ",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/psl.js",
            "scripts\/punycode.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_manifest_browser_action_default_title__",
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png"
    }
}