Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

Cos'è Genius Button?

Genius Button è un'estensione di Chrome sviluppata da jollex5, e la sua funzione principale è "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Genius Button

Scarica i file di estensione Genius Button 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

                        Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.

Only YouTube and Soundcloud are currently supported.                    

Informazioni di Base sull'Estensione

Nome Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
URL Ufficiale https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Descrizione This extension opens a new tab with the Genius page for the song you're currently listening to.
Dimensione del File 41.56 KB
Conteggio Installazioni 315
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-01-29
Data di Pubblicazione 2016-01-28
Valutazione 1.50/5 Totale 8 Valutazioni
Sviluppatore jollex5
Tipo di Pagamento free
Lingue Supportate en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Genius Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}