# Bookmark audio fragment Browser extension to bookmark fragments of audio files. ## Contribute This project uses [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox) for building/bundling the source code. It provides the following commands: ### Install $ npm install ### Development npm run dev chrome npm run dev firefox npm run dev opera npm run dev edge ### Build npm run build chrome npm run build firefox npm run build opera npm run build edge