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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthias.wagner และคุณลักษณะหลักของมันคือ "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Public IP Change Notification
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |