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.
- Host: GitHub
- URL: https://github.com/tobitsoftware/clipinc
- Owner: TobitSoftware
- License: mit
- Created: 2019-07-23T12:26:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T05:35:11.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:09:50.727Z (about 1 year ago)
- Topics: chrome-extension, edge-extension, spotify, spotify-downloader
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/clipinc%C2%AE/oppggbgnmeainpanihcbcdniomfobmec
- Size: 2.88 MB
- Stars: 24
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
clipinc®
Records Spotify songs in your browser as you listen to them
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:## ❯ 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 extensionAfter 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.