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 matthias.wagner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Public IP Change Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}