Chrome Watcher
Chrome watcher is a website watcher for chrome.
Wat is Chrome Watcher?
Chrome Watcher is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome watcher is a website watcher for chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Watcher
Download Chrome Watcher-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
Google chrome extension for watching website changes. Currently supports watching by - HTML ID - HTML Class - HTML Tag - Regex Pattern Currently only supports push time of 30 min. == Future support == Allow changing push time. If you have any additional requests, post it here or in our repo. (https://github.com/jame-sparker/chrome-watcher) Looking for additional developers.
Basisinformatie over de Extensie
Naam | |
ID | hohdamhhecpldfefggjafbjnbbmcalgn |
Officiële URL | https://chromewebstore.google.com/detail/chrome-watcher/hohdamhhecpldfefggjafbjnbbmcalgn |
Beschrijving | Chrome watcher is a website watcher for chrome. |
Bestandsgrootte | 49.48 KB |
Aantal Installaties | 100 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-08-27 |
Publicatiedatum | 2019-08-25 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Watcher", "version": "0.1.0", "description": "Chrome watcher is a website watcher for chrome.", "permissions": [ "storage", "alarms", "*:\/\/*\/", "tabs" ], "options_page": "options\/options.html", "background": { "scripts": [ "background\/interval-handler.js", "background\/request-manager.js", "background\/requestor.js", "background\/background.js", "background\/badge-manager.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" } }, "icons": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" }, "manifest_version": 2 } |