Spotify Chrome extension
Quickly add Spotify track to playlist.
Spotify Chrome extension란 무엇입니까?
Spotify Chrome extension은(는) Angélique Estrade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly add Spotify track to playlist."입니다.
확장 프로그램 스크린샷
Spotify Chrome extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are obsessed with little things that can save your time, even a few seconds, this extension is for you. Imagine you are doing stuffs on your computer, Chrome opened and listening random music on Spotify. Then you hear a music that makes you happy. You'd like to save it anywhere, to hear it again later. But you don't want to lose focus on what you are doing. So you can click on this extension's icon on your browser to add the track to the configured playlist.
확장 프로그램 기본 정보
이름 | |
ID | hdnmejfdnmjkoljahfbbonogeflghela |
공식 URL | https://chrome.google.com/webstore/detail/spotify-chrome-extension/hdnmejfdnmjkoljahfbbonogeflghela |
설명 | Quickly add Spotify track to playlist. |
파일 크기 | 144 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-04-11 |
출시 날짜 | 2020-08-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Angélique Estrade |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "author": "aestrade", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "identity" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |