BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Vad är BPM Tapper?
BPM Tapper är en Chrome-tillägg utvecklad av Chris B., och dess huvudfunktion är "Find the BPM of your music by clicking in time with the beat.".
Tilläggsskärmbilder
Ladda ner BPM Tapper-förlängningens CRX-fil
Ladda ner BPM Tapper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
Officiell webbadress | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Beskrivning | Find the BPM of your music by clicking in time with the beat. |
Filstorlek | 17.87 KB |
Antal Installationer | 5,163 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2016-11-15 |
Publiceringsdatum | 2016-11-15 |
Betyg | 4.93/5 Totalt 14 Betyg |
Utvecklare | Chris B. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/chrisblazek/bpm-tapper |
Stödda Språk | 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" } } |