IP Checker
Detects your browsers current external IP and stores this in a local history.
ما هو IP Checker؟
IP Checker هو إضافة Chrome تم تطويرها بواسطة TC S، والميزة الرئيسية لها هي "Detects your browsers current external IP and stores this in a local history.".
تحميل ملف CRX للإضافة IP Checker
قم بتنزيل ملفات الامتداد IP Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Detects your browsers current external IP and stores this in a local (localstorage) history. Uses the API from ip-api.com. Want to contribute or make your own version? https://github.com/tcskrovseth/IP-Checker
معلومات أساسية عن التمديد
الاسم | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
الوصف | Detects your browsers current external IP and stores this in a local history. |
حجم الملف | 21.31 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2014-12-14 |
تاريخ النشر | 2014-12-14 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | TC S |
نوع الدفع | free |
موقع الإضافة | https://github.com/tcskrovseth/IP-Checker |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Checker", "description": "Detects your browsers current external IP and stores this in a local history.", "version": "1.0.0", "permissions": [ "http:\/\/ip-api.com\/json" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "index.html" } } |