Spotify lyrics searcher

Opens Google search page with current song as search parameter

Cos'è Spotify lyrics searcher?

Spotify lyrics searcher è un'estensione di Chrome sviluppata da https://sebastiaanjansen.be, e la sua funzione principale è "Opens Google search page with current song as search parameter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spotify lyrics searcher

Scarica i file di estensione Spotify lyrics searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Opens a Google search page with the current song as parameter. Works only with Spotify Web player.                    

Informazioni di Base sull'Estensione

Nome Spotify lyrics searcher Spotify lyrics searcher
ID ffmkmjljpnohoggpphnjddfhcaaaelai
URL Ufficiale https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai
Descrizione Opens Google search page with current song as search parameter
Dimensione del File 30.06 KB
Conteggio Installazioni 161
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-29
Data di Pubblicazione 2016-08-29
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://sebastiaanjansen.be
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify lyrics searcher",
    "description": "Opens Google search page with current song as search parameter",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Spotify lyrics searcher"
    },
    "manifest_version": 2
}