Simple WhoIs

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

Vad är Simple WhoIs?

Simple WhoIs är en Chrome-tillägg utvecklad av http://mattdodge.net, och dess huvudfunktion är "An actual WhoIs Extension...not just a bookmarklet like all the others.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple WhoIs-förlängningens CRX-fil

Ladda ner Simple WhoIs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simple WhoIs Simple WhoIs
ID hmfekjoaiibnmeciehjkjbdhddfjpddo
Officiell webbadress https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo
Beskrivning An actual WhoIs Extension...not just a bookmarklet like all the others.
Filstorlek 78.56 KB
Antal Installationer 113
Aktuell Version 1.3
Senast Uppdaterad 2013-07-24
Publiceringsdatum 2013-07-24
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare http://mattdodge.net
Betalningssätt free
Tilläggswebbplats http://mattedgod.github.io/SimpleWhois/
Hjälpsida URL https://github.com/mattedgod/SimpleWhois/issues
Stödda Språk 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"
        ]
    }
}