Simple WhoIs

An actual WhoIs Extension...not just a bookmarklet like all the others.

什麼是Simple WhoIs?

Simple WhoIs是由http://mattdodge.net開發的Chrome擴展程式,該擴展的主要功能是“An actual WhoIs Extension...not just a bookmarklet like all the others.”。

擴展截圖

screenshot

下載Simple WhoIs擴展crx文件

下載Simple WhoIs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension that allows you to quickly lookup important WHOIS information about the site you are on. This displays relevant WHOIS information in the extension popup, it is NOT simply a bookmark to another site where you can look it up. Useful for doing a quick check of the registrar, expiration dates, and/or nameservers of the current domain.

Type "whois" and then a domain name in the Omnibox for another shortcut to a quick WHOIS lookup.

Powered by http://whothefuck.ru                    

擴展基本資訊

名稱 Simple WhoIs Simple WhoIs
ID hmfekjoaiibnmeciehjkjbdhddfjpddo
官方網址 https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo
簡介 An actual WhoIs Extension...not just a bookmarklet like all the others.
檔案大小 78.56 KB
安裝次數 113
目前版本 1.3
更新時間 2013-07-24
上架時間 2013-07-24
評分 4.00/5 共 4 次評分
開發者 http://mattdodge.net
付費類型 free
擴展官網 http://mattedgod.github.io/SimpleWhois/
說明頁面URL https://github.com/mattedgod/SimpleWhois/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple WhoIs",
    "description": "An actual WhoIs Extension...not just a bookmarklet like all the others.",
    "version": "1.3",
    "icons": {
        "128": "whois.png",
        "16": "whois16.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/whothefuck.ru\/"
    ],
    "browser_action": {
        "default_icon": "whois19.png",
        "default_popup": "popup.html"
    },
    "author": "Matt Dodge",
    "omnibox": {
        "keyword": "whois"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}