BPM Tapper
Find the BPM of your music by clicking in time with the beat.
Τι είναι το BPM Tapper;
Το BPM Tapper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris B., και η κύρια λειτουργία του είναι "Find the BPM of your music by clicking in time with the beat.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BPM Tapper
Λήψη αρχείων επέκτασης BPM Tapper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
Επίσημο URL | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Περιγραφή | Find the BPM of your music by clicking in time with the beat. |
Μέγεθος Αρχείου | 17.87 KB |
Αριθμός Εγκαταστάσεων | 5,163 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2016-11-15 |
Ημερομηνία Δημοσίευσης | 2016-11-15 |
Αξιολόγηση | 4.93/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | Chris B. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/chrisblazek/bpm-tapper |
Υποστηριζόμενες Γλώσσες | 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" } } |