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

Vad är UCL Study Zeitgeist Plugin?

UCL Study Zeitgeist Plugin är en Chrome-tillägg utvecklad av https://study.cs.ucl.ac.uk, och dess huvudfunktion är "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL".

Tilläggsskärmbilder

screenshot

Ladda ner UCL Study Zeitgeist Plugin-förlängningens CRX-fil

Ladda ner UCL Study Zeitgeist Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UCL Study Zeitgeist Plugin UCL Study Zeitgeist Plugin
ID hhccdfafffjclmgjdokgijhccpcjcehd
Officiell webbadress https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd
Beskrivning Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL
Filstorlek 30.13 KB
Antal Installationer 14
Aktuell Version 3.0.0
Senast Uppdaterad 2015-04-20
Publiceringsdatum 2015-04-20
Utvecklare https://study.cs.ucl.ac.uk
Betalningssätt free
Hjälpsida URL https://bugs.launchpad.net/activityfinder
Stödda Språk 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:\/\/*\/*"
    ]
}