Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Apa itu Simple WhoIs?
Simple WhoIs adalah ekstensi Chrome yang dikembangkan oleh http://mattdodge.net, dan fitur utamanya adalah "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple WhoIs
Unduh file ekstensi Simple WhoIs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL Resmi | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Deskripsi | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Ukuran File | 78.56 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2013-07-24 |
Tanggal Publikasi | 2013-07-24 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | http://mattdodge.net |
Tipe Pembayaran | free |
Situs Ekstensi | http://mattedgod.github.io/SimpleWhois/ |
URL Halaman Bantuan | https://github.com/mattedgod/SimpleWhois/issues |
Bahasa yang Didukung | 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" ] } } |