BPM Tapper
Find the BPM of your music by clicking in time with the beat.
O que é BPM Tapper?
BPM Tapper é uma extensão do Chrome desenvolvida por Chris B., e sua principal característica é "Find the BPM of your music by clicking in time with the beat.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BPM Tapper
Baixe arquivos de extensão BPM Tapper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
URL Oficial | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Descrição | Find the BPM of your music by clicking in time with the beat. |
Tamanho do Arquivo | 17.87 KB |
Contagem de Instalações | 5,163 |
Versão Atual | 1.1.0 |
Última Atualização | 2016-11-15 |
Data de Publicação | 2016-11-15 |
Classificação | 4.93/5 Total de 14 Avaliações |
Desenvolvedor | Chris B. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chrisblazek/bpm-tapper |
Idiomas Suportados | 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" } } |