Whois Bonanza
Get whois information on any website in a current tab in just one click
Cos'è Whois Bonanza?
Whois Bonanza è un'estensione di Chrome sviluppata da kalandrey92, e la sua funzione principale è "Get whois information on any website in a current tab in just one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whois Bonanza
Scarica i file di estensione Whois Bonanza in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | bbbpanokkikkdaddpjaanmbhlbjhmodb |
| URL Ufficiale | https://chromewebstore.google.com/detail/whois-bonanza/bbbpanokkikkdaddpjaanmbhlbjhmodb |
| Descrizione | Get whois information on any website in a current tab in just one click |
| Dimensione del File | 104 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-05-19 |
| Data di Pubblicazione | 2017-05-18 |
| Sviluppatore | kalandrey92 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |