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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}