SynthTyper

Generates synth notes as you type and click

Apa itu SynthTyper?

SynthTyper adalah ekstensi Chrome yang dikembangkan oleh toddwords, dan fitur utamanya adalah "Generates synth notes as you type and click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SynthTyper

Unduh file ekstensi SynthTyper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
URL Resmi https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Deskripsi Generates synth notes as you type and click
Ukuran File 283 KB
Jumlah Instalasi 286
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-08-22
Tanggal Publikasi 2016-08-22
Penilaian 3.58/5 Total 12 Penilaian
Pengembang toddwords
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}