SynthTyper

Generates synth notes as you type and click

ما هو SynthTyper؟

SynthTyper هو إضافة Chrome تم تطويرها بواسطة toddwords، والميزة الرئيسية لها هي "Generates synth notes as you type and click".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SynthTyper

قم بتنزيل ملفات الامتداد SynthTyper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    ]
}