Check my public and private IP addresses

Check out the personal and public IP addresses of the client

Co je Check my public and private IP addresses?

Check my public and private IP addresses je rozšíření Chrome vyvinuté Marin Marinov, a jeho hlavní funkcí je „Check out the personal and public IP addresses of the client“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Check my public and private IP addresses

Stáhněte si soubory rozšíření Check my public and private IP addresses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

Základní Informace o Rozšíření

Název Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
Oficiální URL https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
Popis Check out the personal and public IP addresses of the client
Velikost souboru 23.3 KB
Počet instalací 589
Aktuální Verze 1.2.0
Poslední Aktualizace 2016-08-29
Datum Vydání 2016-08-29
Hodnocení 4.41/5 Celkem 22 Hodnocení
Vývojář Marin Marinov
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}