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 là gì?

UCL Study Zeitgeist Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://study.cs.ucl.ac.uk, và tính năng chính của nó là "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL".

Ả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 UCL Study Zeitgeist Plugin

Tải xuống các tệp mở rộng UCL Study Zeitgeist Plugin 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

                        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.                    

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

Tên UCL Study Zeitgeist Plugin UCL Study Zeitgeist Plugin
ID hhccdfafffjclmgjdokgijhccpcjcehd
URL Chính Thức https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd
Mô tả Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL
Kích Thước Tệp 30.13 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2015-04-20
Ngày Phát Hành 2015-04-20
Nhà Phát Triển https://study.cs.ucl.ac.uk
Loại Thanh Toán free
URL Trang Trợ Giúp https://bugs.launchpad.net/activityfinder
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}