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