Whois DNS Lookup
Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Co je Whois DNS Lookup?
Whois DNS Lookup je rozšíření Chrome vyvinuté sammeras2, a jeho hlavní funkcí je „Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Whois DNS Lookup
Stáhněte si soubory rozšíření Whois DNS Lookup 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í
Simple perform DNS Lookups in One Click from the navigation bar. Whois DNS Lookup, Just click a button to perform a WHOIS on the current page's URL or typed-in URL. Does not add any bulk or features you'll never need. This is an extremely light-weight extension which adds a small WHOIS button next to your address bar. This allows you to perform WHOIS queries very quickly and easily.
Základní Informace o Rozšíření
Název | |
ID | kaedaldnckgpodmmncgdaolnbgmmapic |
Oficiální URL | https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic |
Popis | Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar. |
Velikost souboru | 7.53 KB |
Počet instalací | 120 |
Aktuální Verze | 10.36 |
Poslední Aktualizace | 2014-06-17 |
Datum Vydání | 2014-06-17 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | sammeras2 |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dnschecker.js" ] }, "browser_action": { "default_icon": "16.png" }, "description": "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.", "icons": { "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Whois DNS Lookup", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "unlimitedStorage", "webNavigation", "storage" ], "version": "10.36" } |