ActivityWatch Web Watcher
Log the current tab and your browser activity with ActivityWatch.
Cos'è ActivityWatch Web Watcher?
ActivityWatch Web Watcher è un'estensione di Chrome sviluppata da https://activitywatch.net, e la sua funzione principale è "Log the current tab and your browser activity with ActivityWatch.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ActivityWatch Web Watcher
Scarica i file di estensione ActivityWatch Web Watcher 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nglaklhklhcoonedhgnpgddginnjdadi |
| URL Ufficiale | https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi |
| Descrizione | Log the current tab and your browser activity with ActivityWatch. |
| Dimensione del File | 74.37 KB |
| Conteggio Installazioni | 11,112 |
| Versione Corrente | 0.4.3 |
| Ultimo Aggiornamento | 2021-03-17 |
| Data di Pubblicazione | 2020-05-04 |
| Valutazione | 4.94/5 Totale 33 Valutazioni |
| Sviluppatore | https://activitywatch.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://activitywatch.net/ |
| URL della Pagina di Aiuto | https://forum.activitywatch.net/ |
| Lingue Supportate | 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\/*"
]
} | |