combatwombat / lb-imdb

Chrome and Firefox extension to add IMDb trivia to a Letterboxd movie page.
MIT License
3 stars 1 forks source link

Letterboxd IMDb Trivia

Chrome and Firefox extension to add IMDb trivia to a Letterboxd movie page.

Firefox Addon
Chrome Extension

Trivia Tab

How to build and test

src/shared contains the main code. src/chrome and src/firefox have browser-specific files that overwrite the ones in shared at the build step.

To build both versions, run the ./build.sh Bash script in the main folder. dist/chrome/src then contains the extension for that browser, lb-imdb.zip is that folder zipped for distribution in the Web- and Add-on stores.

Run ./watch.sh with installed fswatch to build whenever something in src/ changes.

To test the extension in chrome, enable developer mode and load the dist/chrome/src folder.

In Firefox, load the temporary Add-on in about:debugging.

thx to