Simple Metronome

Simple metronome with several time signatures to choose from.

Simple Metronome là gì?

Simple Metronome là một tiện ích mở rộng Chrome được phát triển bởi eliinfantado, và tính năng chính của nó là "Simple metronome with several time signatures to choose from.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Metronome

Tải xuống các tệp mở rộng Simple Metronome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Metronome Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
URL Chính Thức https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi
Mô tả Simple metronome with several time signatures to choose from.
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2023-04-18
Nhà Phát Triển eliinfantado
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}