SpotCheck
Searches for the selected text in Spotify
什麼是SpotCheck?
SpotCheck是由SpotCheck開發的Chrome擴展程式,該擴展的主要功能是“Searches for the selected text in Spotify”。
擴展截圖
下載SpotCheck擴展crx文件
下載SpotCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |