ActivityWatch Web Watcher
Log the current tab and your browser activity with ActivityWatch.
O que é ActivityWatch Web Watcher?
ActivityWatch Web Watcher é uma extensão do Chrome desenvolvida por https://activitywatch.net, e sua principal característica é "Log the current tab and your browser activity with ActivityWatch.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ActivityWatch Web Watcher
Baixe arquivos de extensão ActivityWatch Web Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ActivityWatch Web Watcher |
ID | nglaklhklhcoonedhgnpgddginnjdadi |
URL Oficial | https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi |
Descrição | Log the current tab and your browser activity with ActivityWatch. |
Tamanho do Arquivo | 74.37 KB |
Contagem de Instalações | 11,112 |
Versão Atual | 0.4.3 |
Última Atualização | 2021-03-17 |
Data de Publicação | 2020-05-04 |
Classificação | 4.94/5 Total de 33 Avaliações |
Desenvolvedor | https://activitywatch.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://activitywatch.net/ |
URL da Página de Ajuda | https://forum.activitywatch.net/ |
Idiomas Suportados | 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\/*" ] } |