SpotCheck

Searches for the selected text in Spotify

什么是SpotCheck?

SpotCheck是由SpotCheck开发的Chrome扩展程序,该扩展的主要功能是“Searches for the selected text in Spotify”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 SpotCheck SpotCheck
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"
    }
}