SynthTyper
Generates synth notes as you type and click
什麼是SynthTyper?
SynthTyper是由toddwords開發的Chrome擴展程式,該擴展的主要功能是“Generates synth notes as you type and click”。
擴展截圖
下載SynthTyper擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ahmmmjockhcjpepcbiacehhlpbbgofdo |
| 官方網址 | 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
}
]
} | |