ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

什麼是ActivityWatch Web Watcher?

ActivityWatch Web Watcher是由https://activitywatch.net開發的Chrome擴展程式,該擴展的主要功能是“Log the current tab and your browser activity with ActivityWatch.”。

擴展截圖

screenshot

下載ActivityWatch Web Watcher擴展crx文件

下載ActivityWatch Web Watcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ActivityWatch Web Watcher ActivityWatch Web Watcher
ID nglaklhklhcoonedhgnpgddginnjdadi
官方網址 https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi
簡介 Log the current tab and your browser activity with ActivityWatch.
檔案大小 74.37 KB
安裝次數 11,112
目前版本 0.4.3
更新時間 2021-03-17
上架時間 2020-05-04
評分 4.94/5 共 33 次評分
開發者 https://activitywatch.net
電子郵箱 [email protected]
付費類型 free
擴展官網 http://activitywatch.net/
說明頁面URL https://forum.activitywatch.net/
支援的語言 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\/*"
    ]
}