Web Data Monitor
Customizable And Programmable Web Data Monitor Framework
Cos'è Web Data Monitor?
Web Data Monitor è un'estensione di Chrome sviluppata da https://blog.zhangbohun.com, e la sua funzione principale è "Customizable And Programmable Web Data Monitor Framework".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Data Monitor
Scarica i file di estensione Web Data Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Web Data Monitor |
ID | jicncdodkpdlndbppohjljcggoemckjp |
URL Ufficiale | https://chromewebstore.google.com/detail/web-data-monitor/jicncdodkpdlndbppohjljcggoemckjp |
Descrizione | Customizable And Programmable Web Data Monitor Framework |
Dimensione del File | 553 KB |
Conteggio Installazioni | 1,482 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2022-02-28 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 4.70/5 Totale 20 Valutazioni |
Sviluppatore | https://blog.zhangbohun.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zhangbohun.gitbook.io/web-data-monitor/ |
Lingue Supportate | 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" } |