IP2Location IP Geolocation Extension
Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.
ما هو IP2Location IP Geolocation Extension؟
IP2Location IP Geolocation Extension هو إضافة Chrome تم تطويرها بواسطة https://www.ip2location.com، والميزة الرئيسية لها هي "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IP2Location IP Geolocation Extension
قم بتنزيل ملفات الامتداد IP2Location IP Geolocation Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IP2Location IP Geolocation is an extension to get information about the geographical location of the web server based on the IP address of the URL links in web pages. You can prevent phishing activities by know more about the servers information. It is easy to use as you can now see the information on the same page in a nicely formatted box. See information like the IP address, country, state, city, ISP, latitude, longitude as well as the server time. To use this extension, you just put your mouse over a link and a tiny icon will appear, click on that icon to retrieve information for that URL. In the information box that appears, you also have access to 3 useful features under [More Tools]; these are the ability to ping that IP address, perform traceroute or view that URL from our proxies which are located around the globe.
معلومات أساسية عن التمديد
الاسم | IP2Location IP Geolocation Extension |
ID | hkccjlilianihdjogdpflgmeegaomloj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ip2location-ip-geolocatio/hkccjlilianihdjogdpflgmeegaomloj |
الوصف | Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com. |
حجم الملف | 274 KB |
عدد التثبيتات | 737 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2022-06-28 |
تاريخ النشر | 2020-06-18 |
تقييم | 3.50/5 مجموع تقييمات 22 |
المطور | https://www.ip2location.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP2Location IP Geolocation Extension", "version": "2.1.0", "description": "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.6.0.min.js", "core.min.js", "sha1.min.js", "main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.html", "*.png", "flags\/*" ], "matches": [ " |