IP Map
See your IP address and the IP address of the website you are visiting on a map.
IP Mapคืออะไร?
IP Map เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tritonio และคุณลักษณะหลักของมันคือ "See your IP address and the IP address of the website you are visiting on a map."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Map
ดาวน์โหลดไฟล์ส่วนขยาย IP Map ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
คำอธิบาย | See your IP address and the IP address of the website you are visiting on a map. |
ขนาดไฟล์ | 27.24 KB |
จำนวนการติดตั้ง | 892 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2013-09-22 |
วันที่เผยแพร่ | 2013-09-22 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Tritonio |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |