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