IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Co to jest IP from Omnibox?
IP from Omnibox to rozszerzenie Chrome opracowane przez http://site.simonandrewbrown.co.uk, a jego główną funkcją jest „To copy your IP address, type copyip into the omnibox, then press tab and enter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IP from Omnibox
Pobierz pliki rozszerzeń IP from Omnibox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nicknolophljefoicidblbeicplfonan |
Oficjalny URL | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Opis | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Rozmiar pliku | 34.77 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2012-11-05 |
Data Publikacji | 2012-11-05 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://site.simonandrewbrown.co.uk |
Typ Płatności | free |
Strona Rozszerzenia | http://www.isimonbrown.co.uk/contact/ |
Adres URL Strony Pomocy | http://www.isimonbrown.co.uk/contact/ |
Obsługiwane Języki | 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" } |