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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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\/*"
    ]
}