ActivityWatch Web Watcher

Log the current tab and your browser activity with ActivityWatch.

ActivityWatch Web Watcherคืออะไร?

ActivityWatch Web Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://activitywatch.net และคุณลักษณะหลักของมันคือ "Log the current tab and your browser activity with ActivityWatch."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActivityWatch Web Watcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}