Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

Co je Show External IP?

Show External IP je rozšíření Chrome vyvinuté Lewis Roberts, a jeho hlavní funkcí je „Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Show External IP

Stáhněte si soubory rozšíření Show External IP 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í

                        Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

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

Název Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
Oficiální URL https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
Popis Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
Velikost souboru 12.11 KB
Počet instalací 2,204
Aktuální Verze 1.0
Poslední Aktualizace 2015-08-31
Datum Vydání 2015-08-31
Hodnocení 4.11/5 Celkem 9 Hodnocení
Vývojář Lewis Roberts
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}