Web Data Monitor Web Data Monitor

Productivity
Version: 0.1.9
Last Update: 2022-02-27

Overview

Web Data Monitor is a Chrome extension developed by zhangbohun. According to the data from Chrome web store, current version of Web Data Monitor is 0.1.9, updated on 2022-02-27.
1,000+ users have installed this extension. 20 users have rated this extension with an average rating of .
developer website: blog.zhangbohun.com

Customizable And Programmable Web Data Monitor Framework

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/

Rating

20 ratings

Total Installs

1,000+

Information

Last Update

2022-02-27

Current Version

0.1.9

Size

553KiB

Author

zhangbohun

Website

blog.zhangbohun.com

Category

Productivity

Web Data Monitor Alternatives

Name Category Rating Rating Count Installs
extension logo JShelter Productivity (12) 3,000+
extension logo Spector.js Developer Tools (33) 20,000+
extension logo JS Digger Developer Tools (11) 1,000+
extension logo HTTP Request Blocker and Delayer Developer Tools (1) 112
extension logo Web Tracing Framework Developer Tools (14) 4,000+
extension logo Net logs Developer Tools (5) 93

Latest Reviews

See More

avatar 千千万万道不明
2021-10-26

能增加gloria-x一样的选取网页元素进行监视
https://github.com/LightAPIs/gloria-x

avatar Chinuno Usami
2021-05-31

不知道为什么我这里的lastReturn都是初始值,根本不把上次返回的结果保留下来。
在 处理测试 中弹窗返回结果是有值的
在脚本最开始加了个
alert(JSON.stringify(lastReturn)); ,最后返回前也把返回对象alert打出来,设定的5s执行
结果执行时alert弹窗还是lastReturn为初始值,但是返回前的值是有的

avatar io usdt
2021-04-14

希望能出自定义监测周期时间

avatar 宋凯
2021-04-06

lastReturn还是有用的,他可以本次结果给下一次的处理过程,这样可以记录历史的数据用来做数据过滤

avatar xwk can
2021-02-24

非常好用,相比Distill Web Monitor来说抓取速度快多了,因为Distill Web Monitor是要渲染页面的,不过缺点也是这个,导致需要自己分析ajax返回值而不能直接抓取渲染好的页面dom,但是对于会js的开发人员来说这都不是事哈哈~~~,赞!!!lastReturn这参数有点诡异,我以为是到每个实例的,但是似乎新增一个监控的时候lastReturn是其他监控的返回值?