Web Data Monitor

Customizable And Programmable Web Data Monitor Framework

ما هو Web Data Monitor؟

Web Data Monitor هو إضافة Chrome تم تطويرها بواسطة https://blog.zhangbohun.com، والميزة الرئيسية لها هي "Customizable And Programmable Web Data Monitor Framework".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Web Data Monitor

قم بتنزيل ملفات الامتداد Web Data Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a little geeky web data monitoring software,
If you know the Javascript programming language and the jQuery library,
Then you can monitor any web page or API data changes through this extension,
It can implement functions such as stock price reminders, merchandise discount reminders, dramas or comics update reminders, RSS update reminders, live broadcast notifications, new email reminders, website daily check-in, and more.

User Guide:https://zhangbohun.gitbook.io/web-data-monitor/                    

معلومات أساسية عن التمديد

الاسم Web Data Monitor Web Data Monitor
ID jicncdodkpdlndbppohjljcggoemckjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-data-monitor/jicncdodkpdlndbppohjljcggoemckjp
الوصف Customizable And Programmable Web Data Monitor Framework
حجم الملف 553 KB
عدد التثبيتات 1,482
النسخة الحالية 0.1.9
آخر تحديث 2022-02-28
تاريخ النشر 2020-05-04
تقييم 4.70/5 مجموع تقييمات 20
المطور https://blog.zhangbohun.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://zhangbohun.gitbook.io/web-data-monitor/
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "128": "res\/icon.png"
    },
    "version": "0.1.9",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "res\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "default_locale": "en"
}