The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
ما هو The IP؟
The IP هو إضافة Chrome تم تطويرها بواسطة http://atool.vip، والميزة الرئيسية لها هي "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The IP
قم بتنزيل ملفات الامتداد The IP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. Also, you can switch off the plugin just by CLICK the logo of it. The plugin release the memory cache after use it, so very very low memory usage.
معلومات أساسية عن التمديد
الاسم | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
الوصف | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
حجم الملف | 23.15 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2018-07-09 |
تاريخ النشر | 2018-07-09 |
تقييم | 4.60/5 مجموع تقييمات 20 |
المطور | http://atool.vip |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/hustcc |
عنوان صفحة سياسة الخصوصية | https://atool.vip |
اللغات المدعومة | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/res\/js\/ajax.js", "\/res\/js\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "\/res\/css\/contents\/ip.css" ], "js": [ "\/res\/js\/contents\/ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "zh_CN", "description": "__MSG_extDesp__", "name": "__MSG_extName__", "icons": { "128": "\/res\/icon\/icon.png", "64": "\/res\/icon\/icon.png", "32": "\/res\/icon\/icon.png", "16": "\/res\/icon\/icon.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "res\/icon\/icon.png", "38": "res\/icon\/icon.png" } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ], "version": "1.1.0" } |