IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Co je IP from Omnibox?
IP from Omnibox je rozšíření Chrome vyvinuté http://site.simonandrewbrown.co.uk, a jeho hlavní funkcí je „To copy your IP address, type copyip into the omnibox, then press tab and enter.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IP from Omnibox
Stáhněte si soubory rozšíření IP from Omnibox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nicknolophljefoicidblbeicplfonan |
Oficiální URL | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Popis | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Velikost souboru | 34.77 KB |
Počet instalací | 16 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2012-11-05 |
Datum Vydání | 2012-11-05 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | http://site.simonandrewbrown.co.uk |
Typ Platby | free |
Webové stránky Rozšíření | http://www.isimonbrown.co.uk/contact/ |
URL Stránky Nápovědy | http://www.isimonbrown.co.uk/contact/ |
Podporované Jazyky | 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" } |