SpotCheck

Searches for the selected text in Spotify

Apa itu SpotCheck?

SpotCheck adalah ekstensi Chrome yang dikembangkan oleh SpotCheck, dan fitur utamanya adalah "Searches for the selected text in Spotify".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpotCheck

Unduh file ekstensi SpotCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
URL Resmi https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Deskripsi Searches for the selected text in Spotify
Ukuran File 18.49 KB
Jumlah Instalasi 142
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-07-21
Tanggal Publikasi 2016-07-21
Penilaian 4.76/5 Total 34 Penilaian
Pengembang SpotCheck
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}