ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

Was ist ActivityWatch Web Watcher?

ActivityWatch Web Watcher ist eine Chrome-Erweiterung, die von https://activitywatch.net entwickelt wurde, und ihr Hauptmerkmal ist "Log the current tab and your browser activity with ActivityWatch.".

Erweiterungsscreenshots

screenshot

ActivityWatch Web Watcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie ActivityWatch Web Watcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ActivityWatch Web Watcher ActivityWatch Web Watcher
ID nglaklhklhcoonedhgnpgddginnjdadi
Offizielle URL https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi
Beschreibung Log the current tab and your browser activity with ActivityWatch.
Dateigröße 74.37 KB
Installationsanzahl 11,112
Aktuelle Version 0.4.3
Letztes Update 2021-03-17
Veröffentlichungsdatum 2020-05-04
Bewertung 4.94/5 Insgesamt 33 Bewertungen
Entwickler https://activitywatch.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://activitywatch.net/
Hilfeseite URL https://forum.activitywatch.net/
Unterstützte Sprachen 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\/*"
    ]
}