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" } } |