Genius Button

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

O que é Genius Button?

Genius Button é uma extensão do Chrome desenvolvida por jollex5, e sua principal característica é "This extension opens a new tab with the Genius page for the song you're currently listening to.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Genius Button

Baixe arquivos de extensão Genius Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
URL Oficial https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Descrição This extension opens a new tab with the Genius page for the song you're currently listening to.
Tamanho do Arquivo 41.56 KB
Contagem de Instalações 315
Versão Atual 1.0.1
Última Atualização 2016-01-29
Data de Publicação 2016-01-28
Classificação 1.50/5 Total de 8 Avaliações
Desenvolvedor jollex5
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}