IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Wat is IP from Omnibox?
IP from Omnibox is een Chrome-extensie ontwikkeld door http://site.simonandrewbrown.co.uk, en de belangrijkste functie is "To copy your IP address, type copyip into the omnibox, then press tab and enter.".
Extensie Screenshots
Download het CRX-bestand van de extensie IP from Omnibox
Download IP from Omnibox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nicknolophljefoicidblbeicplfonan |
Officiële URL | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Beschrijving | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Bestandsgrootte | 34.77 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2012-11-05 |
Publicatiedatum | 2012-11-05 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://site.simonandrewbrown.co.uk |
Betalingswijze | free |
Extensiewebsite | http://www.isimonbrown.co.uk/contact/ |
Help Pagina-URL | http://www.isimonbrown.co.uk/contact/ |
Ondersteunde Talen | 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" } |