BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Hvad er BPM Tapper?
BPM Tapper er en Chrome-udvidelse udviklet af Chris B., og dens hovedfunktion er "Find the BPM of your music by clicking in time with the beat.".
Udvidelsesskærmbilleder
Download BPM Tapper-udvidelses-CRX-fil
Download BPM Tapper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
Officiel URL | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Beskrivelse | Find the BPM of your music by clicking in time with the beat. |
Filstørrelse | 17.87 KB |
Antal Installationer | 5,163 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2016-11-15 |
Udgivelsesdato | 2016-11-15 |
Bedømmelse | 4.93/5 Samlet 14 Bedømmelser |
Udvikler | Chris B. |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/chrisblazek/bpm-tapper |
Understøttede Sprog | 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" } } |