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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |