Preferred Public IP Watcher
Preferred Public IP Watcher
ما هو Preferred Public IP Watcher؟
Preferred Public IP Watcher هو إضافة Chrome تم تطويرها بواسطة proficient، والميزة الرئيسية لها هي "Preferred Public IP Watcher".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Preferred Public IP Watcher
قم بتنزيل ملفات الامتداد Preferred Public IP Watcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | gadpflneambphbmkogagdjpodaeommdi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
الوصف | Preferred Public IP Watcher |
حجم الملف | 33 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-04 |
تاريخ النشر | 2013-11-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | proficient |
نوع الدفع | free |
اللغات المدعومة | 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 } |