MyIP Extension
Chrome Extension that shows your external IP and geolocation
MyIP Extensionคืออะไร?
MyIP Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://travelingtechguy.com และคุณลักษณะหลักของมันคือ "Chrome Extension that shows your external IP and geolocation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyIP Extension
ดาวน์โหลดไฟล์ส่วนขยาย MyIP Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB. It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found). The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
คำอธิบาย | Chrome Extension that shows your external IP and geolocation |
ขนาดไฟล์ | 55.33 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2014-07-16 |
วันที่เผยแพร่ | 2014-07-16 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://travelingtechguy.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.travelingtechguy.com |
URL หน้าช่วยเหลือ | https://github.com/TravelingTechGuy/myipextension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyIP Extension", "version": "1.0.5", "manifest_version": 2, "description": "Chrome Extension that shows your external IP and geolocation", "homepage_url": "http:\/\/www.TravelingTechGuy.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "http:\/\/myip.travelingtechguy.com\/" ] } |