A chrome extension to easily copy and paste the song name, album, or artist from a Spotify song web page.
This is because it doesn't allow you to highlight any text with the cursor, so this makes it easy by automatically extracting the details and a button to copy it to the clipboard
- Fixed on fresh install, populate with default values and image #7
- Major change to UI, looks cleaner, added dynamic buttons for copy pasting, added song image, smaller popup
- Changed name of extension to Copyify (so much better)
- Added Tailwind for styling the components
- Updated UI to look nicer
- Removed
tabs
permission, opting in foractiveTab
- Remove
content_scripts
field in manifest, executing script programatically usingscripting
Initial Release
Typescript, Vue.js, Tailwind, Parcel