SynthTyper

Generates synth notes as you type and click

Wat is SynthTyper?

SynthTyper is een Chrome-extensie ontwikkeld door toddwords, en de belangrijkste functie is "Generates synth notes as you type and click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SynthTyper

Download SynthTyper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
Officiële URL https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Beschrijving Generates synth notes as you type and click
Bestandsgrootte 283 KB
Aantal Installaties 286
Huidige Versie 1.1
Laatst Bijgewerkt 2016-08-22
Publicatiedatum 2016-08-22
Beoordeling 3.58/5 Totaal 12 Beoordelingen
Ontwikkelaar toddwords
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}