BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Apa itu BPM Tapper?
BPM Tapper adalah ekstensi Chrome yang dikembangkan oleh Chris B., dan fitur utamanya adalah "Find the BPM of your music by clicking in time with the beat.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BPM Tapper
Unduh file ekstensi BPM Tapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
URL Resmi | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Deskripsi | Find the BPM of your music by clicking in time with the beat. |
Ukuran File | 17.87 KB |
Jumlah Instalasi | 5,163 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2016-11-15 |
Tanggal Publikasi | 2016-11-15 |
Penilaian | 4.93/5 Total 14 Penilaian |
Pengembang | Chris B. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chrisblazek/bpm-tapper |
Bahasa yang Didukung | 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" } } |