IP

Get's your public/private IP address

Wat is IP?

IP is een Chrome-extensie ontwikkeld door Kalin Ivanov, en de belangrijkste functie is "Get's your public/private IP address".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IP

Download IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Shows your public IP address as well as your private one. 
Uses STUN server and UDP protocol to resolve the IP
Notifications if Private or Public IP address change                    

Basisinformatie over de Extensie

Naam IP IP
ID delkinfpajdmdkheaoilmmghhhoeoaic
Officiële URL https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic
Beschrijving Get's your public/private IP address
Bestandsgrootte 31.97 KB
Aantal Installaties 131
Huidige Versie 0.2.6
Laatst Bijgewerkt 2015-04-28
Publicatiedatum 2015-04-28
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Kalin Ivanov
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP",
    "manifest_version": 2,
    "version": "0.2.6",
    "minimum_chrome_version": "32",
    "description": "Get's your public\/private IP address",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "64": "ip.png",
        "128": "ip_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "ip.png",
            "128": "ip_128.png"
        }
    }
}