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" ] } |