Whois Bonanza
Get whois information on any website in a current tab in just one click
Whois Bonanzaとは何ですか?
Whois Bonanzaはkalandrey92によって開発されたChromeの拡張機能で、その主な機能は「Get whois information on any website in a current tab in just one click」です。
拡張機能のスクリーンショット
Whois Bonanza拡張機能のCRXファイルをダウンロード
Whois Bonanza拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | bbbpanokkikkdaddpjaanmbhlbjhmodb |
| 公式URL | https://chromewebstore.google.com/detail/whois-bonanza/bbbpanokkikkdaddpjaanmbhlbjhmodb |
| 説明 | Get whois information on any website in a current tab in just one click |
| ファイルサイズ | 104 KB |
| インストール数 | 19 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-05-19 |
| 公開日 | 2017-05-18 |
| 開発者 | kalandrey92 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Whois Bonanza",
"description": "Get whois information on any website in a current tab in just one click",
"version": "1.1",
"icons": {
"16": "icon 16x16.PNG",
"32": "icon 32x32.PNG",
"128": "icon 128x128.PNG"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js",
"jquery.js"
],
"persistent": true
},
"permissions": [
"tabs",
"https:\/\/www.whois.com\/*"
]
} | |