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 |
官方網址 | 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" } } |