IP Codex
Simple app to keep track of external IP's of various computers
IP Codexคืออะไร?
IP Codex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mihai Scurtu และคุณลักษณะหลักของมันคือ "Simple app to keep track of external IP's of various computers"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Codex
ดาวน์โหลดไฟล์ส่วนขยาย IP Codex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple extension that keeps track of global IPs on different PC's where you use it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
คำอธิบาย | Simple app to keep track of external IP's of various computers |
ขนาดไฟล์ | 370 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-11-18 |
วันที่เผยแพร่ | 2014-11-18 |
ผู้พัฒนา | Mihai Scurtu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mihai-scurtu/ip-codex |
URL หน้าช่วยเหลือ | https://github.com/mihai-scurtu/ip-codex/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/async\/lib\/async.js", "bower_components\/underscore\/underscore-min.js", "scripts\/lib.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/bot.whatismyipaddress.com\/", "background", "storage" ] } |