ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

Wat is ActivityWatch Web Watcher?

ActivityWatch Web Watcher is een Chrome-extensie ontwikkeld door https://activitywatch.net, en de belangrijkste functie is "Log the current tab and your browser activity with ActivityWatch.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ActivityWatch Web Watcher

Download ActivityWatch Web 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

                        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                    

Basisinformatie over de Extensie

Naam ActivityWatch Web Watcher ActivityWatch Web Watcher
ID nglaklhklhcoonedhgnpgddginnjdadi
Officiële URL https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi
Beschrijving Log the current tab and your browser activity with ActivityWatch.
Bestandsgrootte 74.37 KB
Aantal Installaties 11,112
Huidige Versie 0.4.3
Laatst Bijgewerkt 2021-03-17
Publicatiedatum 2020-05-04
Beoordeling 4.94/5 Totaal 33 Beoordelingen
Ontwikkelaar https://activitywatch.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://activitywatch.net/
Help Pagina-URL https://forum.activitywatch.net/
Ondersteunde Talen 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\/*"
    ]
}