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."입니다.

확장 프로그램 스크린샷

screenshot

Simple Metronome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
공식 URL 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"
    }
}