IP Codex
Simple app to keep track of external IP's of various computers
IP Codexとは何ですか?
IP CodexはMihai Scurtuによって開発されたChromeの拡張機能で、その主な機能は「Simple app to keep track of external IP's of various computers」です。
IP Codex拡張機能のCRXファイルをダウンロード
IP Codex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension that keeps track of global IPs on different PC's where you use it.
拡張機能の基本情報
名前 | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
公式URL | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
説明 | Simple app to keep track of external IP's of various computers |
ファイルサイズ | 370 KB |
インストール数 | 15 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-11-18 |
公開日 | 2014-11-18 |
開発者 | Mihai Scurtu |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mihai-scurtu/ip-codex |
ヘルプページのURL | https://github.com/mihai-scurtu/ip-codex/issues |
対応言語 | 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" ] } |