Preferred Public IP Watcher
Preferred Public IP Watcher
Qu'est-ce que Preferred Public IP Watcher ?
Preferred Public IP Watcher est une extension Chrome développée par proficient, et sa fonction principale est "Preferred Public IP Watcher".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Preferred Public IP Watcher
Téléchargez les fichiers d'extension Preferred Public IP Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | gadpflneambphbmkogagdjpodaeommdi |
URL Officiel | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Description | Preferred Public IP Watcher |
Taille du Fichier | 33 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-11-04 |
Date de Publication | 2013-11-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | proficient |
Type de Paiement | free |
Langues Prises en Charge | 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 } |