Metronome
metronome extension
Metronomeคืออะไร?
Metronome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nimrod.a6 และคุณลักษณะหลักของมันคือ "metronome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metronome
ดาวน์โหลดไฟล์ส่วนขยาย Metronome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this free metronome and make your practice routine. * Choose from different sound's. * Control the volume. * Sub-divisions up to 9/8. * Tep-tempo. * Bar breaks - NEW * Save the song's you work on! this will make your practice be much more effective. * The song's will be updated and saved automatically to your local-storage and be loaded automatically. * React to keyboard hit: Space - Play / Stop Up/Down - Volume change Left/Right - BPM change Enter - add the new song to the list The extension will stay open while you continue to surf the web. Some other extensions close when you click in other place on the screen- this metronome stay on. From guitarist to guitarists - enjoy! *** Free - No Adds!!! Enjoy and let's Rock! 🤟
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Metronome |
ID | dkinffgfkmaomdckkphdjiempkeapekn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metronome/dkinffgfkmaomdckkphdjiempkeapekn |
คำอธิบาย | metronome extension |
ขนาดไฟล์ | 619 KB |
จำนวนการติดตั้ง | 719 |
เวอร์ชันปัจจุบัน | 2.8 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2023-02-27 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | nimrod.a6 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metronome", "version": "2.8", "description": "metronome extension", "icons": { "16": ".\/icons\/metronome2.png", "32": ".\/icons\/metronome2.png", "48": ".\/icons\/metronome.png", "128": ".\/icons\/metronome.png" }, "action": { "default_icon": { "16": ".\/icons\/metronome2.png", "32": ".\/icons\/metronome.png", "48": ".\/icons\/metronome.png" }, "default_title": "Metronome" }, "background": { "service_worker": "background.js" } } |