SynthTyper

Generates synth notes as you type and click

SynthTyper क्या है?

SynthTyper toddwords द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates synth notes as you type and click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SynthTyper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}