IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
IP from Omniboxคืออะไร?
IP from Omnibox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://site.simonandrewbrown.co.uk และคุณลักษณะหลักของมันคือ "To copy your IP address, type copyip into the omnibox, then press tab and enter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP from Omnibox
ดาวน์โหลดไฟล์ส่วนขยาย IP from Omnibox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied. My IP is faked in the video. The extension will give you your real IP. Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nicknolophljefoicidblbeicplfonan |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
คำอธิบาย | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
ขนาดไฟล์ | 34.77 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2012-11-05 |
วันที่เผยแพร่ | 2012-11-05 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://site.simonandrewbrown.co.uk |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.isimonbrown.co.uk/contact/ |
URL หน้าช่วยเหลือ | http://www.isimonbrown.co.uk/contact/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP from Omnibox", "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.", "version": "1.5", "manifest_version": 2, "background": { "page": "background.html" }, "omnibox": { "keyword": "copyip" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "clipboardWrite" ], "minimum_chrome_version": "20.0" } |