GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
ما هو GetIP؟
GetIP هو إضافة Chrome تم تطويرها بواسطة Wes Hargrove، والميزة الرئيسية لها هي "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GetIP
قم بتنزيل ملفات الامتداد GetIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
So easy, your grandmother could use it. Say goodbye to all of the tools that show your IP address and everything else you don't want. This is a simple no-frills way of getting your public IP address and nothing else. Icon design by VisualPharm: http://www.visualpharm.com/
معلومات أساسية عن التمديد
الاسم | |
ID | jomeonhdpabjofcfobeogadofenioidi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
الوصف | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
حجم الملف | 53.3 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 0.9.1 |
آخر تحديث | 2013-05-27 |
تاريخ النشر | 2013-05-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Wes Hargrove |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetIP", "description": "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http:\/\/www.visualpharm.com\/", "version": "0.9.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "GetIP", "default_icon": "icon-128.png", "default_popup": "getip.html" }, "manifest_version": 2 } |