SynthTyper
Generates synth notes as you type and click
Что такое SynthTyper?
SynthTyper - это расширение Chrome, разработанное toddwords, и его основная функция - "Generates synth notes as you type and click".
Снимки экрана расширения
Скачать файл CRX расширения SynthTyper
Скачайте файлы расширений SynthTyper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | SynthTyper |
ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
Официальный URL | https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo |
Описание | Generates synth notes as you type and click |
Размер файла | 283 KB |
Количество установок | 286 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-08-22 |
Дата публикации | 2016-08-22 |
Рейтинг | 3.58/5 Всего 12 оценок |
Разработчик | toddwords |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } ] } |