Simple Metronome

Simple metronome with several time signatures to choose from.

O que é Simple Metronome?

Simple Metronome é uma extensão do Chrome desenvolvida por eliinfantado, e sua principal característica é "Simple metronome with several time signatures to choose from.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Metronome

Baixe arquivos de extensão Simple Metronome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple Metronome Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
URL Oficial https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi
Descrição Simple metronome with several time signatures to choose from.
Tamanho do Arquivo 202 KB
Contagem de Instalações 81
Versão Atual 1.0
Última Atualização 2023-04-18
Data de Publicação 2023-04-18
Desenvolvedor eliinfantado
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}