Chrome extension that displays comments with timestamp right above the timeline. Currently, source code does not contain background.js file which will be published soon.
First install dependencies:
yarn install
To watch files and create a development build in dist/ :
yarn serve
To create a production build in prod/ :
yarn prod
Open the chrome://extensions/
Set Development mode
checkbox
Load unpacked from ./dist/
folder