Preferred Public IP Watcher
Preferred Public IP Watcher
Apa itu Preferred Public IP Watcher?
Preferred Public IP Watcher adalah ekstensi Chrome yang dikembangkan oleh proficient, dan fitur utamanya adalah "Preferred Public IP Watcher".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Preferred Public IP Watcher
Unduh file ekstensi Preferred Public IP Watcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | gadpflneambphbmkogagdjpodaeommdi |
URL Resmi | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Deskripsi | Preferred Public IP Watcher |
Ukuran File | 33 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-11-04 |
Tanggal Publikasi | 2013-11-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | proficient |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |