Web Data Monitor
Customizable And Programmable Web Data Monitor Framework
Qu'est-ce que Web Data Monitor ?
Web Data Monitor est une extension Chrome développée par https://blog.zhangbohun.com, et sa fonction principale est "Customizable And Programmable Web Data Monitor Framework".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Data Monitor
Téléchargez les fichiers d'extension Web Data Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Web Data Monitor |
ID | jicncdodkpdlndbppohjljcggoemckjp |
URL Officiel | https://chromewebstore.google.com/detail/web-data-monitor/jicncdodkpdlndbppohjljcggoemckjp |
Description | Customizable And Programmable Web Data Monitor Framework |
Taille du Fichier | 553 KB |
Nombre d'Installations | 1,482 |
Version Actuelle | 0.1.9 |
Dernière Mise à Jour | 2022-02-28 |
Date de Publication | 2020-05-04 |
Évaluation | 4.70/5 Total 20 Évaluations |
Développeur | https://blog.zhangbohun.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zhangbohun.gitbook.io/web-data-monitor/ |
Langues Prises en Charge | 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" } |