Check IP

Shows your IP address with some additional Information and adds easy copy and paste functionality!

¿Qué es Check IP?

Check IP es una extensión de Chrome desarrollada por ✰✰✰✰✰✰, y su función principal es "Shows your IP address with some additional Information and adds easy copy and paste functionality!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Check IP

Descarga archivos de extensión Check IP 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

                        Check IP shows your IP-Address information simply with a click of a button.

best Features
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP

Privacy is important for me.
I don't save or store any IP or other data.                    

Información Básica de la Extensión

Nombre Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
URL Oficial https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Descripción Shows your IP address with some additional Information and adds easy copy and paste functionality!
Tamaño del Archivo 36.37 KB
Cantidad de Instalaciones 2,494
Versión Actual 1.6
Última Actualización 2016-04-23
Fecha de Publicación 2016-04-22
Calificación 4.23/5 Total de 13 Calificaciones
Desarrollador ✰✰✰✰✰✰
Tipo de Pago free
Sitio Web de la Extensión https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Idiomas Soportados de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}