Info IP
Information about your public IP
Info IPคืออะไร?
Info IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunkike และคุณลักษณะหลักของมันคือ "Information about your public IP"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Info IP
ดาวน์โหลดไฟล์ส่วนขยาย Info IP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - You can see your public IP on bottom left in your web browser. - You can see your country flag next to your IP v4. - If you click in the box, it will disappear. To see it again you must refresh the webpage or go to another url. Version 1.0.4.1: - Use https in geo locating service. - Change Icon - Please visit new extension: https://chrome.google.com/webstore/detail/public-ip/hdncepcaknamfckdlajmjamjegcnjaea Version 1.0.3: - You can see country flag of the site that you are visiting. - If you mouse over the flag, you can see the site's ip If you want new features don't doubt to leave a comment.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Info IP |
ID | ljaikkdaeokocficpgcbaicnchpghcbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/info-ip/ljaikkdaeokocficpgcbaicnchpghcbh |
คำอธิบาย | Information about your public IP |
ขนาดไฟล์ | 288 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.0.4.1 |
อัปเดตครั้งล่าสุด | 2015-03-07 |
วันที่เผยแพร่ | 2015-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | sunkike |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Info IP", "short_name": "info_ip", "version": "1.0.4.1", "minimum_chrome_version": "18", "description": "Information about your public IP", "icons": { "128": "\/images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "\/images\/icon16.png", "38": "\/images\/icon48.png" }, "default_title": "Info IP" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "content_scripts": [ { "all_frames": false, "run_at": "document_end", "js": [ "jquery-infoip.js", "business.js" ], "css": [ "css\/customStyleIP.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "images\/iconFlags\/24\/*.png", "functionsIP.js" ] } |