Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Co je Simple WhoIs?
Simple WhoIs je rozšíření Chrome vyvinuté http://mattdodge.net, a jeho hlavní funkcí je „An actual WhoIs Extension...not just a bookmarklet like all the others.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple WhoIs
Stáhněte si soubory rozšíření Simple WhoIs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
Oficiální URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Popis | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Velikost souboru | 78.56 KB |
Počet instalací | 113 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2013-07-24 |
Datum Vydání | 2013-07-24 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | http://mattdodge.net |
Typ Platby | free |
Webové stránky Rozšíření | http://mattedgod.github.io/SimpleWhois/ |
URL Stránky Nápovědy | https://github.com/mattedgod/SimpleWhois/issues |
Podporované Jazyky | 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" ] } } |