IP Codex
Simple app to keep track of external IP's of various computers
Was ist IP Codex?
IP Codex ist eine Chrome-Erweiterung, die von Mihai Scurtu entwickelt wurde, und ihr Hauptmerkmal ist "Simple app to keep track of external IP's of various computers".
IP Codex-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP Codex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simple extension that keeps track of global IPs on different PC's where you use it. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gpibbkfiabdojofbbgbmigkllpinmimb |
| Offizielle URL | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
| Beschreibung | Simple app to keep track of external IP's of various computers |
| Dateigröße | 370 KB |
| Installationsanzahl | 15 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2014-11-18 |
| Veröffentlichungsdatum | 2014-11-18 |
| Entwickler | Mihai Scurtu |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/mihai-scurtu/ip-codex |
| Hilfeseite URL | https://github.com/mihai-scurtu/ip-codex/issues |
| Unterstützte Sprachen | 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"
]
} | |