A poem memorization tool that lives in your Firefox new tab.
Add poems to your library, practice reciting them by progressively redacting words, and drill with flashcards.
npm install
npm run build
This outputs a static build to extension/.
npm run dev
Opens a dev server at localhost:5173.
- Run
npm run build - Open Firefox and navigate to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on...
- Select the file
extension/manifest.json - Open a new tab — Epitab loads as your new tab page
Note: Temporary add-ons are removed when Firefox closes. For a permanent install, package the extension as a .xpi and sign it through addons.mozilla.org.