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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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