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 là gì?
Public IP Change Notification là một tiện ích mở rộng Chrome được phát triển bởi matthias.wagner, và tính năng chính của nó là "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Public IP Change Notification
Tải xuống các tệp mở rộng Public IP Change Notification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | llokkeafopinohcnkjfpipafojbjfeid |
URL Chính Thức | https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid |
Mô tả | Set an IP and get notified if your public IP differs. Useful to stay informed about network changes. |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 755 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-08-03 |
Ngày Phát Hành | 2018-03-18 |
Đánh Giá | 3.31/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | matthias.wagner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |