SpotCheck

Searches for the selected text in Spotify

Τι είναι το SpotCheck;

Το SpotCheck είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SpotCheck, και η κύρια λειτουργία του είναι "Searches for the selected text in Spotify".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SpotCheck

Λήψη αρχείων επέκτασης 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"
    }
}