IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Was ist IP from Omnibox?
IP from Omnibox ist eine Chrome-Erweiterung, die von http://site.simonandrewbrown.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "To copy your IP address, type copyip into the omnibox, then press tab and enter.".
Erweiterungsscreenshots
IP from Omnibox-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP from Omnibox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nicknolophljefoicidblbeicplfonan |
Offizielle URL | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Beschreibung | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Dateigröße | 34.77 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.5 |
Letztes Update | 2012-11-05 |
Veröffentlichungsdatum | 2012-11-05 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://site.simonandrewbrown.co.uk |
Zahlungsart | free |
Erweiterungswebsite | http://www.isimonbrown.co.uk/contact/ |
Hilfeseite URL | http://www.isimonbrown.co.uk/contact/ |
Unterstützte Sprachen | 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" } |