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是由https://study.cs.ucl.ac.uk開發的Chrome擴展程式,該擴展的主要功能是“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

下載UCL Study Zeitgeist Plugin擴展crx文件

下載UCL Study Zeitgeist Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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:\/\/*\/*"
    ]
}