ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
ShowIpคืออะไร?
ShowIp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opensource.teqneers.com และคุณลักษณะหลักของมันคือ "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShowIp
ดาวน์โหลดไฟล์ส่วนขยาย ShowIp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension works with Google Chrome 18 (beta) or higher.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
คำอธิบาย | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
ขนาดไฟล์ | 54.38 KB |
จำนวนการติดตั้ง | 23,164 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-05-19 |
วันที่เผยแพร่ | 2012-05-19 |
คะแนน | 3.50/5 รวมทั้งหมด 80 คะแนน |
ผู้พัฒนา | https://opensource.teqneers.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://opensource.teqneers.com/showip.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowIp", "minimum_chrome_version": "18", "version": "1.0", "description": "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "ip.css" ], "js": [ "jquery-1.7.1.min.js", "ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |