IP from Omnibox

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

¿Qué es IP from Omnibox?

IP from Omnibox es una extensión de Chrome desarrollada por http://site.simonandrewbrown.co.uk, y su función principal es "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión IP from Omnibox

Descarga archivos de extensión IP from Omnibox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
URL Oficial https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Descripción To copy your IP address, type copyip into the omnibox, then press tab and enter.
Tamaño del Archivo 34.77 KB
Cantidad de Instalaciones 16
Versión Actual 1.5
Última Actualización 2012-11-05
Fecha de Publicación 2012-11-05
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://site.simonandrewbrown.co.uk
Tipo de Pago free
Sitio Web de la Extensión http://www.isimonbrown.co.uk/contact/
URL de la Página de Ayuda http://www.isimonbrown.co.uk/contact/
Idiomas Soportados 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"
}