SynthTyper

Generates synth notes as you type and click

Qu'est-ce que SynthTyper ?

SynthTyper est une extension Chrome développée par toddwords, et sa fonction principale est "Generates synth notes as you type and click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SynthTyper

Téléchargez les fichiers d'extension SynthTyper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
URL Officiel https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Description Generates synth notes as you type and click
Taille du Fichier 283 KB
Nombre d'Installations 286
Version Actuelle 1.1
Dernière Mise à Jour 2016-08-22
Date de Publication 2016-08-22
Évaluation 3.58/5 Total 12 Évaluations
Développeur toddwords
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}