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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |