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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}