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 |
官方網址 | 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" ] } |