IP Geolocator
Locate any IP address quickly!
什麼是IP Geolocator?
IP Geolocator是由https://searchbases.com開發的Chrome擴展程式,該擴展的主要功能是“Locate any IP address quickly!”。
擴展截圖
下載IP Geolocator擴展crx文件
下載IP Geolocator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IP Geolocator is a non-intrusive IP location lookup technology that retrieves geolocation information with no explicit permission required from users. All you need is your client’s IP address. Please Note: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.
擴展基本資訊
名稱 | IP Geolocator |
ID | fipippkclmhbknmbnhplcfmbeanifead |
官方網址 | https://chromewebstore.google.com/detail/ip-geolocator/fipippkclmhbknmbnhplcfmbeanifead |
簡介 | Locate any IP address quickly! |
檔案大小 | 42.29 KB |
安裝次數 | 27 |
目前版本 | 1.0.0 |
更新時間 | 2022-02-26 |
上架時間 | 2022-02-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://searchbases.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Geolocator", "version": "1.0.0", "description": "Locate any IP address quickly!", "manifest_version": 3, "author": "Asijit Paul", "permissions": [], "action": { "default_title": "IP Geolocator", "default_popup": "index.html", "default_icon": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png" } }, "icons": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png" } } |