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 |
公式URL | 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 |
Eメール | [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" ] } |