IP Checker
Detects your browsers current external IP and stores this in a local history.
IP Checkerคืออะไร?
IP Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TC S และคุณลักษณะหลักของมันคือ "Detects your browsers current external IP and stores this in a local history."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Checker
ดาวน์โหลดไฟล์ส่วนขยาย IP Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Detects your browsers current external IP and stores this in a local (localstorage) history. Uses the API from ip-api.com. Want to contribute or make your own version? https://github.com/tcskrovseth/IP-Checker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
คำอธิบาย | Detects your browsers current external IP and stores this in a local history. |
ขนาดไฟล์ | 21.31 KB |
จำนวนการติดตั้ง | 87 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-12-14 |
วันที่เผยแพร่ | 2014-12-14 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | TC S |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tcskrovseth/IP-Checker |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Checker", "description": "Detects your browsers current external IP and stores this in a local history.", "version": "1.0.0", "permissions": [ "http:\/\/ip-api.com\/json" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "index.html" } } |