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 |
公式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" } } |