Preferred Public IP Watcher
Preferred Public IP Watcher
Wat is Preferred Public IP Watcher?
Preferred Public IP Watcher is een Chrome-extensie ontwikkeld door proficient, en de belangrijkste functie is "Preferred Public IP Watcher".
Extensie Screenshots
Download het CRX-bestand van de extensie Preferred Public IP Watcher
Download Preferred Public IP Watcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | gadpflneambphbmkogagdjpodaeommdi |
Officiële URL | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Beschrijving | Preferred Public IP Watcher |
Bestandsgrootte | 33 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-11-04 |
Publicatiedatum | 2013-11-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | proficient |
Betalingswijze | free |
Ondersteunde Talen | 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 } |