BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Что такое BPM Tapper?
BPM Tapper - это расширение Chrome, разработанное Chris B., и его основная функция - "Find the BPM of your music by clicking in time with the beat.".
Снимки экрана расширения
Скачать файл CRX расширения BPM Tapper
Скачайте файлы расширений BPM Tapper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Find the beats-per-minute (BPM) of the song you're listening to by clicking or pressing any key in time with the music. This handy tool will make it easy to find BPMs to help you learn to play songs, discover the perfect tracks for your DJ mix, or simply learn more about your favorite tunes. The source code for this extension is available on Github at the Website link below.
Основная информация о расширении
Название | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
Официальный URL | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Описание | Find the BPM of your music by clicking in time with the beat. |
Размер файла | 17.87 KB |
Количество установок | 5,163 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2016-11-15 |
Дата публикации | 2016-11-15 |
Рейтинг | 4.93/5 Всего 14 оценок |
Разработчик | Chris B. |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/chrisblazek/bpm-tapper |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BPM Tapper", "version": "1.1.0", "manifest_version": 2, "description": "Find the BPM of your music by clicking in time with the beat.", "homepage_url": "https:\/\/github.com\/chrisblazek\/bpm-tapper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/event\/event.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BPM Tapper", "default_popup": "src\/popup\/popup.html" } } |