SynthTyper

Generates synth notes as you type and click

什么是SynthTyper?

SynthTyper是由toddwords开发的Chrome扩展程序,该扩展的主要功能是“Generates synth notes as you type and click”。

扩展截图

screenshot

下载SynthTyper扩展crx文件

下载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 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
        }
    ]
}