BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Cos'è BPM Tapper?
BPM Tapper è un'estensione di Chrome sviluppata da Chris B., e la sua funzione principale è "Find the BPM of your music by clicking in time with the beat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BPM Tapper
Scarica i file di estensione BPM Tapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
URL Ufficiale | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Descrizione | Find the BPM of your music by clicking in time with the beat. |
Dimensione del File | 17.87 KB |
Conteggio Installazioni | 5,163 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2016-11-15 |
Data di Pubblicazione | 2016-11-15 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | Chris B. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chrisblazek/bpm-tapper |
Lingue Supportate | 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" } } |