Public IP Change Notification
Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.
什麼是Public IP Change Notification?
Public IP Change Notification是由matthias.wagner開發的Chrome擴展程式,該擴展的主要功能是“Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.”。
擴展截圖
下載Public IP Change Notification擴展crx文件
下載Public IP Change Notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you to get informed about changes to your public IP address. You set an address to check for, and the icon will be green if it matches. The icon will change its color if your public IP is different from the one you set in the options and you will hear a short notification sound (muteable).
擴展基本資訊
名稱 | |
ID | llokkeafopinohcnkjfpipafojbjfeid |
官方網址 | https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid |
簡介 | Set an IP and get notified if your public IP differs. Useful to stay informed about network changes. |
檔案大小 | 144 KB |
安裝次數 | 755 |
目前版本 | 0.1.1 |
更新時間 | 2021-08-03 |
上架時間 | 2018-03-18 |
評分 | 3.31/5 共 13 次評分 |
開發者 | matthias.wagner |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Public IP Change Notification", "version": "0.1.1", "author": "[email protected]", "description": "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.", "icons": { "16": "assets\/16w\/orange.png", "48": "assets\/48w\/orange.png", "128": "assets\/128w\/orange.png" }, "browser_action": { "default_icon": { "16": "assets\/16w\/orange.png", "48": "assets\/48w\/orange.png", "128": "assets\/128w\/orange.png" }, "default_title": "Click to see current status, set your default IP and mute alarm", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistend": "false" }, "offline_enabled": false, "permissions": [ "storage", "alarms" ] } |