Contents of bookmark-audio-fragment
Latest commit: Add menu item for copying the link 4 years ago

app 4 years ago
.gitignore 4 years ago
README.md 4 years ago
package-lock.json 4 years ago
package.json 4 years ago

README.md

Bookmark audio fragment

Browser extension to bookmark fragments of audio files.

Contribute

This project uses 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