Get IP Address
Get IP address quickly
ما هو Get IP Address؟
Get IP Address هو إضافة Chrome تم تطويرها بواسطة http://devehab.com، والميزة الرئيسية لها هي "Get IP address quickly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get IP Address
قم بتنزيل ملفات الامتداد Get IP Address بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IP address of is changing all the time to find out the IP address may need time the benefit is to get IP quickly. Features - Notification in the event of an IP address change - Speed in the performance - Interface pretty simple - Copy Address IP by clicking one - Get more info address IP Info IP - Country - City - Location - Network - Hostname
معلومات أساسية عن التمديد
الاسم | |
ID | bcnbleifiomjknjdchippelemnfppjio |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio |
الوصف | Get IP address quickly |
حجم الملف | 128 KB |
عدد التثبيتات | 865 |
النسخة الحالية | 1.1.8 |
آخر تحديث | 2016-04-30 |
تاريخ النشر | 2016-04-30 |
تقييم | 4.43/5 مجموع تقييمات 7 |
المطور | http://devehab.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://getip.devehab.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get IP Address", "version": "1.1.8", "manifest_version": 2, "description": "Get IP address quickly", "short_name": "Get IP", "options_page": "OptionsPage.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Git IP Address", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self' ", "permissions": [ "https:\/\/*\/*", "http:\/\/*.ipify.org\/", "tabs", "notifications", "storage" ], "icons": { "128": "icon.png" }, "homepage_url": "http:\/\/getip.devehab.com", "author": "Ehab Kahwati" } |