WIP Google Chrome extension that shows you quotes of your choosing whenever you open a new tab.
-
Install all dependencies and build the extension.
yarn && npm run build-prod
-
Open Google Chrome and go to
chrome://extensions/
. -
Make sure "developer mode" is enabled.
-
Click "Load unpacked extension.." and navigate to the folder where you unpacked the repo. Select the
app
folder.