SpotCheck

Searches for the selected text in Spotify

SpotCheck là gì?

SpotCheck là một tiện ích mở rộng Chrome được phát triển bởi SpotCheck, và tính năng chính của nó là "Searches for the selected text in Spotify".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SpotCheck

Tải xuống các tệp mở rộng SpotCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
URL Chính Thức https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Mô tả Searches for the selected text in Spotify
Kích Thước Tệp 18.49 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-07-21
Ngày Phát Hành 2016-07-21
Đánh Giá 4.76/5 Tổng số 34 Đánh Giá
Nhà Phát Triển SpotCheck
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}