Preferred Public IP Watcher

Preferred Public IP Watcher

什么是Preferred Public IP Watcher?

Preferred Public IP Watcher是由proficient开发的Chrome扩展程序,该扩展的主要功能是“Preferred Public IP Watcher”。

扩展截图

screenshot

下载Preferred Public IP Watcher扩展crx文件

下载Preferred Public IP Watcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Keep track of your public IP address.

Display a quick temporary alert whenever your IP changes.

Set your preferred address to get a green icon when in use.

More features to come!                    

扩展基本信息

名称 Preferred Public IP Watcher Preferred Public IP Watcher
ID gadpflneambphbmkogagdjpodaeommdi
官方URL https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi
简介 Preferred Public IP Watcher
文件大小 33 KB
安装次数 30
当前版本 1.0
更新时间 2013-11-04
上架时间 2013-11-04
评分 5.00/5 共1次评分
开发者 proficient
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Preferred Public IP Watcher",
    "version": "1.0",
    "description": "Preferred Public IP Watcher",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "background"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}