Web Data Monitor
Customizable And Programmable Web Data Monitor Framework
Что такое Web Data Monitor?
Web Data Monitor - это расширение Chrome, разработанное https://blog.zhangbohun.com, и его основная функция - "Customizable And Programmable Web Data Monitor Framework".
Снимки экрана расширения
Скачать файл CRX расширения Web Data Monitor
Скачайте файлы расширений 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 |
Электронная почта | [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" } |