Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

Что такое Google Music Lyrics?

Google Music Lyrics - это расширение Chrome, разработанное https://code.coolersport.info, и его основная функция - "Toggle lyrics panel inside Google Music for the current playing song".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Music Lyrics

Скачайте файлы расширений Google Music Lyrics в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
Официальный URL https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
Описание Toggle lyrics panel inside Google Music for the current playing song
Размер файла 27.78 KB
Количество установок 1,234
Текущая Версия 1.2
Последнее Обновление 2015-12-27
Дата публикации 2015-12-27
Рейтинг 2.00/5 Всего 3 оценок
Разработчик https://code.coolersport.info
Тип оплаты free
Официальный сайт расширения http://code.coolersport.info/misc/google-music-lyrics/
URL страницы помощи http://code.coolersport.info/misc/google-music-lyrics/
Поддерживаемые языки 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
}