ActivityWatch Web Watcher
Log the current tab and your browser activity with ActivityWatch.
¿Qué es ActivityWatch Web Watcher?
ActivityWatch Web Watcher es una extensión de Chrome desarrollada por https://activitywatch.net, y su función principal es "Log the current tab and your browser activity with ActivityWatch.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ActivityWatch Web Watcher
Descarga archivos de extensión ActivityWatch Web Watcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | ActivityWatch Web Watcher |
ID | nglaklhklhcoonedhgnpgddginnjdadi |
URL Oficial | https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi |
Descripción | Log the current tab and your browser activity with ActivityWatch. |
Tamaño del Archivo | 74.37 KB |
Cantidad de Instalaciones | 11,112 |
Versión Actual | 0.4.3 |
Última Actualización | 2021-03-17 |
Fecha de Publicación | 2020-05-04 |
Calificación | 4.94/5 Total de 33 Calificaciones |
Desarrollador | https://activitywatch.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://activitywatch.net/ |
URL de la Página de Ayuda | https://forum.activitywatch.net/ |
Idiomas Soportados | 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\/*" ] } |