Reveal your IP-address and copy to clipboard
Reveals your IP address
Reveal your IP-address and copy to clipboardคืออะไร?
Reveal your IP-address and copy to clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.myce.com และคุณลักษณะหลักของมันคือ "Reveals your IP address"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reveal your IP-address and copy to clipboard
ดาวน์โหลดไฟล์ส่วนขยาย Reveal your IP-address and copy to clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
คำอธิบาย | Reveals your IP address |
ขนาดไฟล์ | 53.93 KB |
จำนวนการติดตั้ง | 399 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-02-04 |
วันที่เผยแพร่ | 2014-02-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.myce.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |