ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

Co to jest ActivityWatch Web Watcher?

ActivityWatch Web Watcher to rozszerzenie Chrome opracowane przez https://activitywatch.net, a jego główną funkcją jest „Log the current tab and your browser activity with ActivityWatch.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ActivityWatch Web Watcher

Pobierz pliki rozszerzeń ActivityWatch Web Watcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ActivityWatch Web Watcher ActivityWatch Web Watcher
ID nglaklhklhcoonedhgnpgddginnjdadi
Oficjalny URL https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi
Opis Log the current tab and your browser activity with ActivityWatch.
Rozmiar pliku 74.37 KB
Liczba instalacji 11,112
Aktualna Wersja 0.4.3
Ostatnia Aktualizacja 2021-03-17
Data Publikacji 2020-05-04
Ocena 4.94/5 Łącznie 33 Oceny
Deweloper https://activitywatch.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://activitywatch.net/
Adres URL Strony Pomocy https://forum.activitywatch.net/
Obsługiwane Języki 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\/*"
    ]
}