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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://study.cs.ucl.ac.uk และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UCL Study Zeitgeist Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}