SynthTyper

Generates synth notes as you type and click

O que é SynthTyper?

SynthTyper é uma extensão do Chrome desenvolvida por toddwords, e sua principal característica é "Generates synth notes as you type and click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SynthTyper

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

                        This extensions turns browsing the web, typing emails, searching and commenting into a musical experience by generating synth tones based on your keystrokes and clicks.

-----------------------------------------

Patch Notes v1.1
- Added mute buttons for keys and mouse clicks on popup menu                    

Informações Básicas da Extensão

Nome SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
URL Oficial https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Descrição Generates synth notes as you type and click
Tamanho do Arquivo 283 KB
Contagem de Instalações 286
Versão Atual 1.1
Última Atualização 2016-08-22
Data de Publicação 2016-08-22
Classificação 3.58/5 Total de 12 Avaliações
Desenvolvedor toddwords
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SynthTyper",
    "description": "Generates synth notes as you type and click",
    "version": "1.1",
    "background": {
        "scripts": [
            "p5.min.js",
            "p5.sound.js",
            "synth.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}