IP Location Lookup Tool
Find IP location of the website or check location of custom IP and display it on the map.
Apa itu IP Location Lookup Tool?
IP Location Lookup Tool adalah ekstensi Chrome yang dikembangkan oleh https://www.positionbox.com, dan fitur utamanya adalah "Find IP location of the website or check location of custom IP and display it on the map.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP Location Lookup Tool
Unduh file ekstensi IP Location Lookup Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | IP Location Lookup Tool |
ID | opepgmgohfgekifjilijmdldmccfbgke |
URL Resmi | https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke |
Deskripsi | Find IP location of the website or check location of custom IP and display it on the map. |
Ukuran File | 11.94 KB |
Jumlah Instalasi | 5,161 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-07-13 |
Tanggal Publikasi | 2015-07-13 |
Penilaian | 4.00/5 Total 10 Penilaian |
Pengembang | https://www.positionbox.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.positionbox.com/ |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |