SpotCheck
Searches for the selected text in Spotify
SpotCheck란 무엇입니까?
SpotCheck은(는) SpotCheck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Searches for the selected text in Spotify"입니다.
확장 프로그램 스크린샷
SpotCheck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The ultimate Spotify google chrome extension. Highlight any text of a song name, then right click and you can either Open it in Spotify, Copy the link for it in Spotify (for easy sharing), or add it to your Saved Songs or any playlist. Note: We are not affiliated with Spotify.
확장 프로그램 기본 정보
이름 | |
ID | fdfebmbjloigljjdadinplkljlcdeemc |
공식 URL | https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc |
설명 | Searches for the selected text in Spotify |
파일 크기 | 18.49 KB |
설치 횟수 | 142 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2016-07-21 |
출시 날짜 | 2016-07-21 |
평점 | 4.76/5 총 34 개의 평점 |
개발자 | SpotCheck |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpotCheck", "short_name": "Search", "description": "Searches for the selected text in Spotify", "version": "1.0.0", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs", "identity", "storage", "https:\/\/api.spotify.com\/*\/" ], "icons": { "16": "assets\/search.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "assets\/search.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |