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

Co je UCL Study Zeitgeist Plugin?

UCL Study Zeitgeist Plugin je rozšíření Chrome vyvinuté https://study.cs.ucl.ac.uk, a jeho hlavní funkcí je „Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UCL Study Zeitgeist Plugin

Stáhněte si soubory rozšíření UCL Study Zeitgeist Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UCL Study Zeitgeist Plugin UCL Study Zeitgeist Plugin
ID hhccdfafffjclmgjdokgijhccpcjcehd
Oficiální URL https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd
Popis Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL
Velikost souboru 30.13 KB
Počet instalací 14
Aktuální Verze 3.0.0
Poslední Aktualizace 2015-04-20
Datum Vydání 2015-04-20
Vývojář https://study.cs.ucl.ac.uk
Typ Platby free
URL Stránky Nápovědy https://bugs.launchpad.net/activityfinder
Podporované Jazyky 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:\/\/*\/*"
    ]
}