SynthTyper

Generates synth notes as you type and click

SynthTyper란 무엇입니까?

SynthTyper은(는) toddwords에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates synth notes as you type and click"입니다.

확장 프로그램 스크린샷

screenshot

SynthTyper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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