Get IP Address

Get IP address quickly

Cos'è Get IP Address?

Get IP Address è un'estensione di Chrome sviluppata da http://devehab.com, e la sua funzione principale è "Get IP address quickly".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Get IP Address

Scarica i file di estensione Get IP Address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
URL Ufficiale https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Descrizione Get IP address quickly
Dimensione del File 128 KB
Conteggio Installazioni 865
Versione Corrente 1.1.8
Ultimo Aggiornamento 2016-04-30
Data di Pubblicazione 2016-04-30
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore http://devehab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://getip.devehab.com/
Lingue Supportate 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"
}