SynthTyper
Generates synth notes as you type and click
Vad är SynthTyper?
SynthTyper är en Chrome-tillägg utvecklad av toddwords, och dess huvudfunktion är "Generates synth notes as you type and click".
Tilläggsskärmbilder
Ladda ner SynthTyper-förlängningens CRX-fil
Ladda ner SynthTyper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
| Officiell webbadress | https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo |
| Beskrivning | Generates synth notes as you type and click |
| Filstorlek | 283 KB |
| Antal Installationer | 286 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-08-22 |
| Publiceringsdatum | 2016-08-22 |
| Betyg | 3.58/5 Totalt 12 Betyg |
| Utvecklare | toddwords |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |