ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

ActivityWatch Web Watcher là gì?

ActivityWatch Web Watcher là một tiện ích mở rộng Chrome được phát triển bởi https://activitywatch.net, và tính năng chính của nó là "Log the current tab and your browser activity with ActivityWatch.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ActivityWatch Web Watcher

Tải xuống các tệp mở rộng ActivityWatch Web Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ActivityWatch Web Watcher ActivityWatch Web Watcher
ID nglaklhklhcoonedhgnpgddginnjdadi
URL Chính Thức https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi
Mô tả Log the current tab and your browser activity with ActivityWatch.
Kích Thước Tệp 74.37 KB
Số Lần Cài Đặt 11,112
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2020-05-04
Đánh Giá 4.94/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://activitywatch.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://activitywatch.net/
URL Trang Trợ Giúp https://forum.activitywatch.net/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}