Preferred Public IP Watcher
Preferred Public IP Watcher
Cos'è Preferred Public IP Watcher?
Preferred Public IP Watcher è un'estensione di Chrome sviluppata da proficient, e la sua funzione principale è "Preferred Public IP Watcher".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Preferred Public IP Watcher
Scarica i file di estensione Preferred Public IP Watcher 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
Keep track of your public IP address. Display a quick temporary alert whenever your IP changes. Set your preferred address to get a green icon when in use. More features to come!
Informazioni di Base sull'Estensione
Nome | |
ID | gadpflneambphbmkogagdjpodaeommdi |
URL Ufficiale | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Descrizione | Preferred Public IP Watcher |
Dimensione del File | 33 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-11-04 |
Data di Pubblicazione | 2013-11-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | proficient |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preferred Public IP Watcher", "version": "1.0", "description": "Preferred Public IP Watcher", "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "manifest_version": 2 } |