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
公式URL 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
Eメール [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\/*"
    ]
}