IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
什麼是IP from Omnibox?
IP from Omnibox是由http://site.simonandrewbrown.co.uk開發的Chrome擴展程式,該擴展的主要功能是“To copy your IP address, type copyip into the omnibox, then press tab and enter.”。
擴展截圖
下載IP from Omnibox擴展crx文件
下載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 |
官方網址 | 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" } |