Public IP Change Notification

Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.

Co je Public IP Change Notification?

Public IP Change Notification je rozšíření Chrome vyvinuté matthias.wagner, a jeho hlavní funkcí je „Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Public IP Change Notification

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

                        This extension helps you to get informed about changes to your public IP address. You set an address to check for, and the icon will be green if it matches. The icon will change its color if your public IP is different from the one you set in the options and you will hear a short notification sound (muteable).                    

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

Název Public IP Change Notification Public IP Change Notification
ID llokkeafopinohcnkjfpipafojbjfeid
Oficiální URL https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid
Popis Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.
Velikost souboru 144 KB
Počet instalací 755
Aktuální Verze 0.1.1
Poslední Aktualizace 2021-08-03
Datum Vydání 2018-03-18
Hodnocení 3.31/5 Celkem 13 Hodnocení
Vývojář matthias.wagner
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": "Public IP Change Notification",
    "version": "0.1.1",
    "author": "[email protected]",
    "description": "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.",
    "icons": {
        "16": "assets\/16w\/orange.png",
        "48": "assets\/48w\/orange.png",
        "128": "assets\/128w\/orange.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/16w\/orange.png",
            "48": "assets\/48w\/orange.png",
            "128": "assets\/128w\/orange.png"
        },
        "default_title": "Click to see current status, set your default IP and mute alarm",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistend": "false"
    },
    "offline_enabled": false,
    "permissions": [
        "storage",
        "alarms"
    ]
}