SynthTyper
Generates synth notes as you type and click
Co je SynthTyper?
SynthTyper je rozšíření Chrome vyvinuté toddwords, a jeho hlavní funkcí je „Generates synth notes as you type and click“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SynthTyper
Stáhněte si soubory rozšíření SynthTyper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | SynthTyper |
ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
Oficiální URL | https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo |
Popis | Generates synth notes as you type and click |
Velikost souboru | 283 KB |
Počet instalací | 286 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-08-22 |
Datum Vydání | 2016-08-22 |
Hodnocení | 3.58/5 Celkem 12 Hodnocení |
Vývojář | toddwords |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } ] } |