IP Geolocator
Locate any IP address quickly!
IP Geolocatorคืออะไร?
IP Geolocator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searchbases.com และคุณลักษณะหลักของมันคือ "Locate any IP address quickly!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Geolocator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |