GuitarApp - Metronome
GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
什么是GuitarApp - Metronome?
GuitarApp - Metronome是由https://guitarapp.com开发的Chrome扩展程序,该扩展的主要功能是“GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.”。
扩展截图
下载GuitarApp - Metronome扩展crx文件
下载GuitarApp - Metronome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Practice with a metronome on any website. Great for online video lessons including Youtube, Truefire, Coursera, Udemy and more!
🚀 Launch the metronome from your browser toolbar on any guitar TAB website!
🚀 Manual and tap tempo metronome settings
🚀 Supports almost every time signature including: 2/4, 3/4, 4/4, 5/4, 6/8, 7/8, 9/8, 11/8, 12/8 and more!
🚀 Each time signature also has multiple accent patterns to choose from. 扩展基本信息
| 名称 | |
| ID | iobbnfegglgmdafhocgijgphhjahbeog |
| 官方URL | https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog |
| 简介 | GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns. |
| 文件大小 | 21.95 KB |
| 安装次数 | 218 |
| 当前版本 | 1.0 |
| 更新时间 | 2024-01-27 |
| 上架时间 | 2024-01-27 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://guitarapp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://guitarapp.com/ |
| 隐私政策页面URL | https://guitarapp.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GuitarApp - Metronome",
"version": "1.0",
"description": "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.",
"action": {
"default_popup": "popup.html",
"default_icon": "images\/icon-128.png"
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": []
} | |