Metronome
metronome extension
Metronome란 무엇입니까?
Metronome은(는) nimrod.a6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "metronome extension"입니다.
확장 프로그램 스크린샷
Metronome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |