Vibes is a poetic response to doomscrolling. This browser extension (optimized for chrome), takes your browsing activity and runs it through a sentiment analysis library in order to tell you whether or not your content is affecting your mood. The piece serves as a commentary both on doomscrolling culture but also on affective computing and its touted accuracy/inaccuracy. The output is not always accurate and can often serve as a simplistic reflection on human culture and nuance.
Clone the repo and install the dependencies using yarn.
git clone git@github.com:rarar/Vibes.git
cd Vibes/
yarn installTo develop locally, a dist folder is created and the src/manifest.json is copied over, in addition to other files in the src folder.
yarn devTo build the library, the dist folder is cleaned before the project is built. Building for production excludes the src/tests/ folder and minifies the final output.
yarn build- Run the
yarn buildcommand
The dist folder should be generated and contain the files required for loading an unpacked extension.
-
Navigate to
chrome://extensions/ -
Click "Load unpacked" and select the
distfolder
The extension should appear as a new card.
- In the extension card, click "background page" to open a Chrome developer console for the extension. Click on a different Chrome tab; the extension should be run and you should see the output in the developer console.
