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
O que é UCL Study Zeitgeist Plugin?
UCL Study Zeitgeist Plugin é uma extensão do Chrome desenvolvida por https://study.cs.ucl.ac.uk, e sua principal característica é "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UCL Study Zeitgeist Plugin
Baixe arquivos de extensão UCL Study Zeitgeist Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | UCL Study Zeitgeist Plugin |
ID | hhccdfafffjclmgjdokgijhccpcjcehd |
URL Oficial | https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd |
Descrição | Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL |
Tamanho do Arquivo | 30.13 KB |
Contagem de Instalações | 14 |
Versão Atual | 3.0.0 |
Última Atualização | 2015-04-20 |
Data de Publicação | 2015-04-20 |
Desenvolvedor | https://study.cs.ucl.ac.uk |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://bugs.launchpad.net/activityfinder |
Idiomas Suportados | 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:\/\/*\/*" ] } |