Metronome
metronome extension
什麼是Metronome?
Metronome是由nimrod.a6開發的Chrome擴展程式,該擴展的主要功能是“metronome extension”。
擴展截圖
下載Metronome擴展crx文件
下載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 |
官方網址 | 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" } } |