Simple Metronome

Simple metronome with several time signatures to choose from.

Apa itu Simple Metronome?

Simple Metronome adalah ekstensi Chrome yang dikembangkan oleh eliinfantado, dan fitur utamanya adalah "Simple metronome with several time signatures to choose from.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Metronome

Unduh file ekstensi Simple Metronome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simple Metronome Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
URL Resmi https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi
Deskripsi Simple metronome with several time signatures to choose from.
Ukuran File 202 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-18
Tanggal Publikasi 2023-04-18
Pengembang eliinfantado
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}