ActivityWatch Web Watcher
Log the current tab and your browser activity with ActivityWatch.
Qu'est-ce que ActivityWatch Web Watcher ?
ActivityWatch Web Watcher est une extension Chrome développée par https://activitywatch.net, et sa fonction principale est "Log the current tab and your browser activity with ActivityWatch.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ActivityWatch Web Watcher
Téléchargez les fichiers d'extension ActivityWatch Web Watcher 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
A browser plugin that extends ActivityWatch with the ability to keep track of how much time you spend on the web. NOTE: Requires you to have ActivityWatch installed on your computer! Sourcecode is available at: https://github.com/ActivityWatch/aw-watcher-web
Informations de Base sur l'Extension
Nom | ActivityWatch Web Watcher |
ID | nglaklhklhcoonedhgnpgddginnjdadi |
URL Officiel | https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi |
Description | Log the current tab and your browser activity with ActivityWatch. |
Taille du Fichier | 74.37 KB |
Nombre d'Installations | 11,112 |
Version Actuelle | 0.4.3 |
Dernière Mise à Jour | 2021-03-17 |
Date de Publication | 2020-05-04 |
Évaluation | 4.94/5 Total 33 Évaluations |
Développeur | https://activitywatch.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://activitywatch.net/ |
URL de la Page d'Aide | https://forum.activitywatch.net/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ActivityWatch Web Watcher", "short_name": "ActivityWatch", "description": "Log the current tab and your browser activity with ActivityWatch.", "version": "0.4.3", "icons": { "128": "media\/logo\/logo-128.png" }, "browser_action": { "default_icon": "media\/logo\/logo-128.png", "default_popup": "static\/popup.html" }, "browser_specific_settings": { "gecko": { "id": "{ef87d84c-2127-493f-b952-5b4e744245bc}" } }, "background": { "scripts": [ "out\/app.js" ], "persistent": false }, "permissions": [ "tabs", "alarms", "notifications", "activeTab", "storage", "http:\/\/localhost:5600\/api\/*", "http:\/\/localhost:5666\/api\/*" ] } |