Simple Metronome

Simple metronome with several time signatures to choose from.

Co to jest Simple Metronome?

Simple Metronome to rozszerzenie Chrome opracowane przez eliinfantado, a jego główną funkcją jest „Simple metronome with several time signatures to choose from.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple Metronome

Pobierz pliki rozszerzeń Simple Metronome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Metronome Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
Oficjalny URL https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi
Opis Simple metronome with several time signatures to choose from.
Rozmiar pliku 202 KB
Liczba instalacji 81
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-18
Data Publikacji 2023-04-18
Deweloper eliinfantado
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}