Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Wat is Simple WhoIs?
Simple WhoIs is een Chrome-extensie ontwikkeld door http://mattdodge.net, en de belangrijkste functie is "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple WhoIs
Download Simple WhoIs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
Officiële URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Beschrijving | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Bestandsgrootte | 78.56 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2013-07-24 |
Publicatiedatum | 2013-07-24 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://mattdodge.net |
Betalingswijze | free |
Extensiewebsite | http://mattedgod.github.io/SimpleWhois/ |
Help Pagina-URL | https://github.com/mattedgod/SimpleWhois/issues |
Ondersteunde Talen | 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" ] } } |