GuitarApp - Metronome

GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.

Что такое GuitarApp - Metronome?

GuitarApp - Metronome - это расширение Chrome, разработанное https://guitarapp.com, и его основная функция - "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.".

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

screenshot

Скачать файл CRX расширения GuitarApp - Metronome

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

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

                        🚀 Practice with a metronome on any website. Great for online video lessons including Youtube, Truefire, Coursera, Udemy and more!
🚀 Launch the metronome from your browser toolbar on any guitar TAB website!
🚀 Manual and tap tempo metronome settings
🚀 Supports almost every time signature including: 2/4, 3/4, 4/4, 5/4, 6/8, 7/8, 9/8, 11/8, 12/8 and more!
🚀 Each time signature also has multiple accent patterns to choose from.                    

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

Название GuitarApp - Metronome GuitarApp - Metronome
ID iobbnfegglgmdafhocgijgphhjahbeog
Официальный URL https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog
Описание GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
Размер файла 21.95 KB
Количество установок 218
Текущая Версия 1.0
Последнее Обновление 2024-01-27
Дата публикации 2024-01-27
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://guitarapp.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://guitarapp.com/
URL страницы политики конфиденциальности https://guitarapp.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GuitarApp - Metronome",
    "version": "1.0",
    "description": "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": []
}