SynthTyper
Generates synth notes as you type and click
What is SynthTyper?
SynthTyper is a Chrome extension developed by toddwords, and its main feature is "Generates synth notes as you type and click".
Extension Screenshots
Download SynthTyper Extension CRX File
Download SynthTyper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | SynthTyper |
ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
Official URL | https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo |
Description | Generates synth notes as you type and click |
File Size | 283 KB |
Installation Count | 286 |
Current Version | 1.1 |
Last Updated | 2016-08-22 |
Publish Date | 2016-08-22 |
Rating | 3.58/5 Total 12 Ratings |
Developer | toddwords |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |