An open API service indexing awesome lists of open source software.

https://github.com/tobitsoftware/clipinc

A browser extension to record Spotify songs as you listen to them.
https://github.com/tobitsoftware/clipinc

chrome-extension edge-extension spotify spotify-downloader

Last synced: 3 months ago
JSON representation

A browser extension to record Spotify songs as you listen to them.

Awesome Lists containing this project

README

        

clipinc®


Records Spotify songs in your browser as you listen to them



Chrome Web Store


Chrome Web Store


GitHub


Downloads

Local Development

Contribute



---

This browser extension records Spotify songs as you listen to them and saves
them to your default download directory.

For more information visit our [website](https://tobit.software/clipinc) (in
German).

## ❯ Downloads

The extension is available from both the Chrome Web Store and the Microsoft
Edge-Add-Ons:



Available in the Chrome Web Store


Get it from Microsoft

## ❯ Local Development

1. Clone repository
2. Install the dependencies by running `npm i`
3. Build a development version by running `npm run dev-build`
4. Open `chrome://extensions` or `edge://extensions`
5. Activate developer mode
6. Load the `dist/` directory as an unpacked extension

After performing changes you have to run the `npm run dev-build` command again
and reload the extension to pick up your changes.

## ❯ Contribute

If you think you have any ideas that could benefit the project, feel free to
create an issue or pull request!

Check out our [contribution guide](./CONTRIBUTING.md) on how to initialize the
project on your machine, fix bugs and publish a new version.