Web Data Monitor

Customizable And Programmable Web Data Monitor Framework

什麼是Web Data Monitor?

Web Data Monitor是由https://blog.zhangbohun.com開發的Chrome擴展程式,該擴展的主要功能是“Customizable And Programmable Web Data Monitor Framework”。

擴展截圖

screenshot
screenshot

下載Web Data Monitor擴展crx文件

下載Web Data Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}