IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Vad är IP from Omnibox?
IP from Omnibox är en Chrome-tillägg utvecklad av http://site.simonandrewbrown.co.uk, och dess huvudfunktion är "To copy your IP address, type copyip into the omnibox, then press tab and enter.".
Tilläggsskärmbilder
Ladda ner IP from Omnibox-förlängningens CRX-fil
Ladda ner IP from Omnibox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nicknolophljefoicidblbeicplfonan |
Officiell webbadress | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Beskrivning | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Filstorlek | 34.77 KB |
Antal Installationer | 16 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2012-11-05 |
Publiceringsdatum | 2012-11-05 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://site.simonandrewbrown.co.uk |
Betalningssätt | free |
Tilläggswebbplats | http://www.isimonbrown.co.uk/contact/ |
Hjälpsida URL | http://www.isimonbrown.co.uk/contact/ |
Stödda Språk | 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" } |