Web Data Monitor

Customizable And Programmable Web Data Monitor Framework

Web Data Monitor là gì?

Web Data Monitor là một tiện ích mở rộng Chrome được phát triển bởi https://blog.zhangbohun.com, và tính năng chính của nó là "Customizable And Programmable Web Data Monitor Framework".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Data Monitor

Tải xuống các tệp mở rộng Web Data Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Data Monitor Web Data Monitor
ID jicncdodkpdlndbppohjljcggoemckjp
URL Chính Thức https://chromewebstore.google.com/detail/web-data-monitor/jicncdodkpdlndbppohjljcggoemckjp
Mô tả Customizable And Programmable Web Data Monitor Framework
Kích Thước Tệp 553 KB
Số Lần Cài Đặt 1,482
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2022-02-28
Ngày Phát Hành 2020-05-04
Đánh Giá 4.70/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://blog.zhangbohun.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zhangbohun.gitbook.io/web-data-monitor/
Ngôn Ngữ Được Hỗ Trợ 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"
}