Public IP Change Notification

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

Τι είναι το Public IP Change Notification;

Το Public IP Change Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matthias.wagner, και η κύρια λειτουργία του είναι "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Public IP Change Notification

Λήψη αρχείων επέκτασης Public IP Change Notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Public IP Change Notification Public IP Change Notification
ID llokkeafopinohcnkjfpipafojbjfeid
Επίσημο URL https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid
Περιγραφή Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 755
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2021-08-03
Ημερομηνία Δημοσίευσης 2018-03-18
Αξιολόγηση 3.31/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής matthias.wagner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}