Get IP Address

Get IP address quickly

¿Qué es Get IP Address?

Get IP Address es una extensión de Chrome desarrollada por http://devehab.com, y su función principal es "Get IP address quickly".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Get IP Address

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

                        IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.


Features 

- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP 


Info IP 

- Country
- City
- Location
- Network
- Hostname                    

Información Básica de la Extensión

Nombre Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
URL Oficial https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Descripción Get IP address quickly
Tamaño del Archivo 128 KB
Cantidad de Instalaciones 865
Versión Actual 1.1.8
Última Actualización 2016-04-30
Fecha de Publicación 2016-04-30
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador http://devehab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://getip.devehab.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get IP Address",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Get IP address quickly",
    "short_name": "Get IP",
    "options_page": "OptionsPage.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Git IP Address",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src  'self'  https:\/\/api.ipify.org; object-src 'self' ",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*.ipify.org\/",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/getip.devehab.com",
    "author": "Ehab Kahwati"
}