SynthTyper
Generates synth notes as you type and click
SynthTyperคืออะไร?
SynthTyper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toddwords และคุณลักษณะหลักของมันคือ "Generates synth notes as you type and click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SynthTyper
ดาวน์โหลดไฟล์ส่วนขยาย SynthTyper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } ] } |