SynthTyper

Generates synth notes as you type and click

SynthTyper là gì?

SynthTyper là một tiện ích mở rộng Chrome được phát triển bởi toddwords, và tính năng chính của nó là "Generates synth notes as you type and click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SynthTyper

Tải xuống các tệp mở rộng SynthTyper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SynthTyper SynthTyper
ID ahmmmjockhcjpepcbiacehhlpbbgofdo
URL Chính Thức https://chromewebstore.google.com/detail/synthtyper/ahmmmjockhcjpepcbiacehhlpbbgofdo
Mô tả Generates synth notes as you type and click
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 286
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-22
Ngày Phát Hành 2016-08-22
Đánh Giá 3.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển toddwords
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}