IP Codex
Simple app to keep track of external IP's of various computers
What is IP Codex?
IP Codex is a Chrome extension developed by Mihai Scurtu, and its main feature is "Simple app to keep track of external IP's of various computers".
Download IP Codex Extension CRX File
Download IP Codex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple extension that keeps track of global IPs on different PC's where you use it.
Extension Basic Information
Name | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
Official URL | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
Description | Simple app to keep track of external IP's of various computers |
File Size | 370 KB |
Installation Count | 15 |
Current Version | 0.0.1 |
Last Updated | 2014-11-18 |
Publish Date | 2014-11-18 |
Developer | Mihai Scurtu |
Payment Type | free |
Extension Website | https://github.com/mihai-scurtu/ip-codex |
Help Page URL | https://github.com/mihai-scurtu/ip-codex/issues |
Supported Languages | 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" ] } |