Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Cos'è Simple WhoIs?
Simple WhoIs è un'estensione di Chrome sviluppata da http://mattdodge.net, e la sua funzione principale è "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple WhoIs
Scarica i file di estensione Simple WhoIs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL Ufficiale | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Descrizione | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Dimensione del File | 78.56 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-07-24 |
Data di Pubblicazione | 2013-07-24 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | http://mattdodge.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mattedgod.github.io/SimpleWhois/ |
URL della Pagina di Aiuto | https://github.com/mattedgod/SimpleWhois/issues |
Lingue Supportate | 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" ] } } |