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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 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": []
} | |