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
公式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
ヘルプページの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:\/\/*\/*"
    ]
}