IP from Omnibox

To copy your IP address, type copyip into the omnibox, then press tab and enter.

Hvad er IP from Omnibox?

IP from Omnibox er en Chrome-udvidelse udviklet af http://site.simonandrewbrown.co.uk, og dens hovedfunktion er "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

Udvidelsesskærmbilleder

Download IP from Omnibox-udvidelses-CRX-fil

Download IP from Omnibox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
Officiel URL https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Beskrivelse To copy your IP address, type copyip into the omnibox, then press tab and enter.
Filstørrelse 34.77 KB
Antal Installationer 16
Nuværende Version 1.5
Senest Opdateret 2012-11-05
Udgivelsesdato 2012-11-05
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler http://site.simonandrewbrown.co.uk
Betalingsmetode free
Udvidelseswebsted http://www.isimonbrown.co.uk/contact/
Hjælpeside-URL http://www.isimonbrown.co.uk/contact/
Understøttede Sprog 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"
}