IP Location Lookup Tool
Find IP location of the website or check location of custom IP and display it on the map.
ما هو IP Location Lookup Tool؟
IP Location Lookup Tool هو إضافة Chrome تم تطويرها بواسطة https://www.positionbox.com، والميزة الرئيسية لها هي "Find IP location of the website or check location of custom IP and display it on the map.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IP Location Lookup Tool
قم بتنزيل ملفات الامتداد IP Location Lookup Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PositionBox is a free IP geolocation service providing reliable information about location of the IP address on the map. Our service helps you to find information about your current IP address or any other IP address. IP address location data can include information such as country, country code, region code, region name, city, zip code, latitude, longitude, timezone and ISP name. For some IP location requests we are also able to find out if the IP is a mobile connection. Try our IP lookup tool.
معلومات أساسية عن التمديد
الاسم | IP Location Lookup Tool |
ID | opepgmgohfgekifjilijmdldmccfbgke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke |
الوصف | Find IP location of the website or check location of custom IP and display it on the map. |
حجم الملف | 11.94 KB |
عدد التثبيتات | 5,161 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-07-13 |
تاريخ النشر | 2015-07-13 |
تقييم | 4.00/5 مجموع تقييمات 10 |
المطور | https://www.positionbox.com |
نوع الدفع | free |
موقع الإضافة | http://www.positionbox.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "IP Location Lookup Tool", "short_name": "IP Location Lookup", "author": "positionbox.com", "description": "Find IP location of the website or check location of custom IP and display it on the map.", "homepage_url": "http:\/\/www.positionbox.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "IP location lookup - click for details" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |