IP Codex
Simple app to keep track of external IP's of various computers
Cos'è IP Codex?
IP Codex è un'estensione di Chrome sviluppata da Mihai Scurtu, e la sua funzione principale è "Simple app to keep track of external IP's of various computers".
Scarica il file CRX dell'estensione IP Codex
Scarica i file di estensione IP Codex 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
Simple extension that keeps track of global IPs on different PC's where you use it.
Informazioni di Base sull'Estensione
Nome | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
URL Ufficiale | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
Descrizione | Simple app to keep track of external IP's of various computers |
Dimensione del File | 370 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-11-18 |
Data di Pubblicazione | 2014-11-18 |
Sviluppatore | Mihai Scurtu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mihai-scurtu/ip-codex |
URL della Pagina di Aiuto | https://github.com/mihai-scurtu/ip-codex/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/async\/lib\/async.js", "bower_components\/underscore\/underscore-min.js", "scripts\/lib.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/bot.whatismyipaddress.com\/", "background", "storage" ] } |