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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Asuka.Net และคุณลักษณะหลักของมันคือ "Lookup domain information of website that you are currently browsing"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asuka.IO Whois - Domain Name Lookup Tool

ดาวน์โหลดไฟล์ส่วนขยาย Asuka.IO Whois - Domain Name Lookup Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}