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 |
| 公式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 |
| Eメール | [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
}
]
} | |