Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Simple WhoIsとは何ですか?
Simple WhoIsはhttp://mattdodge.netによって開発されたChromeの拡張機能で、その主な機能は「An actual WhoIs Extension...not just a bookmarklet like all the others.」です。
拡張機能のスクリーンショット
Simple WhoIs拡張機能のCRXファイルをダウンロード
Simple WhoIs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
公式URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
説明 | An actual WhoIs Extension...not just a bookmarklet like all the others. |
ファイルサイズ | 78.56 KB |
インストール数 | 113 |
現在のバージョン | 1.3 |
最終更新日 | 2013-07-24 |
公開日 | 2013-07-24 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | http://mattdodge.net |
支払い方法 | free |
拡張機能のウェブサイト | http://mattedgod.github.io/SimpleWhois/ |
ヘルプページのURL | https://github.com/mattedgod/SimpleWhois/issues |
対応言語 | 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" ] } } |