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 |
Eメール | [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" } } |