Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Что такое Genius Button?
Genius Button - это расширение Chrome, разработанное jollex5, и его основная функция - "This extension opens a new tab with the Genius page for the song you're currently listening to.".
Снимки экрана расширения
Скачать файл CRX расширения Genius Button
Скачайте файлы расширений Genius Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | lbglkmldocjomlnfomfdddbokglnlhng |
Официальный URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
Описание | This extension opens a new tab with the Genius page for the song you're currently listening to. |
Размер файла | 41.56 KB |
Количество установок | 315 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-01-29 |
Дата публикации | 2016-01-28 |
Рейтинг | 1.50/5 Всего 8 оценок |
Разработчик | jollex5 |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } |