IP from Omnibox

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

O que é IP from Omnibox?

IP from Omnibox é uma extensão do Chrome desenvolvida por http://site.simonandrewbrown.co.uk, e sua principal característica é "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão IP from Omnibox

Baixe arquivos de extensão IP from Omnibox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
URL Oficial https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Descrição To copy your IP address, type copyip into the omnibox, then press tab and enter.
Tamanho do Arquivo 34.77 KB
Contagem de Instalações 16
Versão Atual 1.5
Última Atualização 2012-11-05
Data de Publicação 2012-11-05
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://site.simonandrewbrown.co.uk
Tipo de Pagamento free
Site da Extensão http://www.isimonbrown.co.uk/contact/
URL da Página de Ajuda http://www.isimonbrown.co.uk/contact/
Idiomas Suportados 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"
}