Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

O que é Google Music Lyrics?

Google Music Lyrics é uma extensão do Chrome desenvolvida por https://code.coolersport.info, e sua principal característica é "Toggle lyrics panel inside Google Music for the current playing song".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Music Lyrics

Baixe arquivos de extensão Google Music Lyrics 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

                        This is simply a bookmarklet published as a convenient extension for Chrome. You can view the details at http://code.coolersport.info/misc/google-music-lyrics.

Once installed, click on the extension button to toggle the lyrics panel inside google music tab.

Lyrics are served from http://lyrics.wikia.com where you can add the missing lyrics by yourself.                    

Informações Básicas da Extensão

Nome Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
URL Oficial https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
Descrição Toggle lyrics panel inside Google Music for the current playing song
Tamanho do Arquivo 27.78 KB
Contagem de Instalações 1,234
Versão Atual 1.2
Última Atualização 2015-12-27
Data de Publicação 2015-12-27
Classificação 2.00/5 Total de 3 Avaliações
Desenvolvedor https://code.coolersport.info
Tipo de Pagamento free
Site da Extensão http://code.coolersport.info/misc/google-music-lyrics/
URL da Página de Ajuda http://code.coolersport.info/misc/google-music-lyrics/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Music Lyrics",
    "short_name": "Music Lyrics",
    "description": "Toggle lyrics panel inside Google Music for the current playing song",
    "author": "Tien Tran",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Toggle Lyrics for Google Music",
        "default_icon": "music_sheet.png"
    },
    "manifest_version": 2
}