Web Data Monitor
Customizable And Programmable Web Data Monitor Framework
Wat is Web Data Monitor?
Web Data Monitor is een Chrome-extensie ontwikkeld door https://blog.zhangbohun.com, en de belangrijkste functie is "Customizable And Programmable Web Data Monitor Framework".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Data Monitor
Download Web Data Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Web Data Monitor |
ID | jicncdodkpdlndbppohjljcggoemckjp |
Officiële URL | https://chromewebstore.google.com/detail/web-data-monitor/jicncdodkpdlndbppohjljcggoemckjp |
Beschrijving | Customizable And Programmable Web Data Monitor Framework |
Bestandsgrootte | 553 KB |
Aantal Installaties | 1,482 |
Huidige Versie | 0.1.9 |
Laatst Bijgewerkt | 2022-02-28 |
Publicatiedatum | 2020-05-04 |
Beoordeling | 4.70/5 Totaal 20 Beoordelingen |
Ontwikkelaar | https://blog.zhangbohun.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zhangbohun.gitbook.io/web-data-monitor/ |
Ondersteunde Talen | 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" } |