SynthTyper
Generates synth notes as you type and click
Cos'è SynthTyper?
SynthTyper è un'estensione di Chrome sviluppata da toddwords, e la sua funzione principale è "Generates synth notes as you type and click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SynthTyper
Scarica i file di estensione SynthTyper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SynthTyper |
ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
URL Ufficiale | https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo |
Descrizione | Generates synth notes as you type and click |
Dimensione del File | 283 KB |
Conteggio Installazioni | 286 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-08-22 |
Data di Pubblicazione | 2016-08-22 |
Valutazione | 3.58/5 Totale 12 Valutazioni |
Sviluppatore | toddwords |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |