/user_study_chrome_extension

A Chrome extension to track time spent on Tellina as well as what queries were issued

Primary LanguageJavaScript

User Study Chrome Extension

Installation

  • Clone this repository git clone https://github.com/TellinaTool/user_study_chrome_extension.git
  • Launch Google Chrome.
  • Go to chrome://extensions.
  • Select the Developer mode option in the top right corner.
  • Click on Load unpacked extension… and select this cloned directory's folder i.e. user_study_chrome_extension.

Code Overview

  • background.js monitors the browsing.
  • options.js stores the credentials and downloads the data locally.
  • options.html is where users can input their credentials.