Metronome

metronome extension

O que é Metronome?

Metronome é uma extensão do Chrome desenvolvida por nimrod.a6, e sua principal característica é "metronome extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Metronome

Baixe arquivos de extensão 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

                        Use this free metronome and make your practice routine. 

* Choose from different sound's.
* Control the volume.
* Sub-divisions up to 9/8. 
* Tep-tempo.
* Bar breaks - NEW 
* Save the song's you work on! this will make your practice be much more effective. 
* The song's will be updated and saved automatically to your local-storage and be loaded automatically.
* React to keyboard hit: 
Space - Play / Stop
Up/Down - Volume change
Left/Right - BPM change
Enter - add the new song to the list

The extension will stay open while you continue to surf the web. 
Some other extensions close when you click in other place on the screen- this metronome stay on. 

From guitarist to guitarists - enjoy!

*** Free - No Adds!!!

Enjoy and let's Rock! 🤟                    

Informações Básicas da Extensão

Nome Metronome Metronome
ID dkinffgfkmaomdckkphdjiempkeapekn
URL Oficial https://chromewebstore.google.com/detail/metronome/dkinffgfkmaomdckkphdjiempkeapekn
Descrição metronome extension
Tamanho do Arquivo 619 KB
Contagem de Instalações 719
Versão Atual 2.8
Última Atualização 2024-01-11
Data de Publicação 2023-02-27
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor nimrod.a6
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": "Metronome",
    "version": "2.8",
    "description": "metronome extension",
    "icons": {
        "16": ".\/icons\/metronome2.png",
        "32": ".\/icons\/metronome2.png",
        "48": ".\/icons\/metronome.png",
        "128": ".\/icons\/metronome.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/metronome2.png",
            "32": ".\/icons\/metronome.png",
            "48": ".\/icons\/metronome.png"
        },
        "default_title": "Metronome"
    },
    "background": {
        "service_worker": "background.js"
    }
}