Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Hvad er Simple WhoIs?
Simple WhoIs er en Chrome-udvidelse udviklet af http://mattdodge.net, og dens hovedfunktion er "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Udvidelsesskærmbilleder
Download Simple WhoIs-udvidelses-CRX-fil
Download Simple WhoIs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
Officiel URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Beskrivelse | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Filstørrelse | 78.56 KB |
Antal Installationer | 113 |
Nuværende Version | 1.3 |
Senest Opdateret | 2013-07-24 |
Udgivelsesdato | 2013-07-24 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | http://mattdodge.net |
Betalingsmetode | free |
Udvidelseswebsted | http://mattedgod.github.io/SimpleWhois/ |
Hjælpeside-URL | https://github.com/mattedgod/SimpleWhois/issues |
Understøttede Sprog | 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" ] } } |