Simple Metronome
Simple metronome with several time signatures to choose from.
什么是Simple Metronome?
Simple Metronome是由eliinfantado开发的Chrome扩展程序,该扩展的主要功能是“Simple metronome with several time signatures to choose from.”。
扩展截图
下载Simple Metronome扩展crx文件
下载Simple Metronome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple metronome browser extension to help musicians practice. Includes several time signatures to select from, including 4/4, 2/4, 3/4, 5/4, 6/8, 9/8, and 12/8. To use this application, use the slider or adjustment buttons to select your desired tempo and press the play/stop button to start/stop the metronome. The circles displayed will dynamically fill in to display the current beat you are on, depending on your selected time signature.
扩展基本信息
名称 | Simple Metronome |
ID | dghkijmfeejmkbcabelgbmkbejfmjgoi |
官方URL | https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi |
简介 | Simple metronome with several time signatures to choose from. |
文件大小 | 202 KB |
安装次数 | 81 |
当前版本 | 1.0 |
更新时间 | 2023-04-18 |
上架时间 | 2023-04-18 |
开发者 | eliinfantado |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Metronome", "version": "1.0", "description": "Simple metronome with several time signatures to choose from.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon48.png", "default_title": "Simple Metronome", "default_popup": "popup.html" } } |