UCL Study Zeitgeist Plugin

Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL

ما هو UCL Study Zeitgeist Plugin؟

UCL Study Zeitgeist Plugin هو إضافة Chrome تم تطويرها بواسطة https://study.cs.ucl.ac.uk، والميزة الرئيسية لها هي "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UCL Study Zeitgeist Plugin

قم بتنزيل ملفات الامتداد UCL Study Zeitgeist Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension logs data about your Web browsing activity into the Zeitgeist daemon. It logs which websites you visit, which tabs you interact with and how long you interact with them, and which files you download.

The extension works in conjunction with a native messaging host that relays logged events to the Zeitgeist daemon. The events contain a unique signature for the UCL multitasking study, and are not suitable for use with the vanilla Zeitgeist Activity Journal.

See https://study.cs.ucl.ac.uk/multitasking/web/information for more information.                    

معلومات أساسية عن التمديد

الاسم UCL Study Zeitgeist Plugin UCL Study Zeitgeist Plugin
ID hhccdfafffjclmgjdokgijhccpcjcehd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd
الوصف Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL
حجم الملف 30.13 KB
عدد التثبيتات 14
النسخة الحالية 3.0.0
آخر تحديث 2015-04-20
تاريخ النشر 2015-04-20
المطور https://study.cs.ucl.ac.uk
نوع الدفع free
عنوان صفحة المساعدة https://bugs.launchpad.net/activityfinder
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UCL Study Zeitgeist Plugin",
    "description": "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL",
    "version": "3.0.0",
    "minimum_chrome_version": "1",
    "author": "Steve Dodier-Lazaro",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "downloads",
        "processes",
        "tabs",
        "windows",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}