Spotify lyrics searcher

Opens Google search page with current song as search parameter

Что такое Spotify lyrics searcher?

Spotify lyrics searcher - это расширение Chrome, разработанное https://sebastiaanjansen.be, и его основная функция - "Opens Google search page with current song as search parameter".

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

screenshot

Скачать файл CRX расширения Spotify lyrics searcher

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

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

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

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

Название Spotify lyrics searcher Spotify lyrics searcher
ID ffmkmjljpnohoggpphnjddfhcaaaelai
Официальный URL https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai
Описание Opens Google search page with current song as search parameter
Размер файла 30.06 KB
Количество установок 161
Текущая Версия 1.0
Последнее Обновление 2016-08-29
Дата публикации 2016-08-29
Рейтинг 1.00/5 Всего 1 оценок
Разработчик https://sebastiaanjansen.be
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}