SynthTyper

Generates synth notes as you type and click

Hvad er SynthTyper?

SynthTyper er en Chrome-udvidelse udviklet af toddwords, og dens hovedfunktion er "Generates synth notes as you type and click".

Udvidelsesskærmbilleder

screenshot

Download SynthTyper-udvidelses-CRX-fil

Download SynthTyper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
Officiel URL https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Beskrivelse Generates synth notes as you type and click
Filstørrelse 283 KB
Antal Installationer 286
Nuværende Version 1.1
Senest Opdateret 2016-08-22
Udgivelsesdato 2016-08-22
Bedømmelse 3.58/5 Samlet 12 Bedømmelser
Udvikler toddwords
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}