Music Tools for Desmos
Enable a wider frequency and duration range for the audio trace function in Desmos.
什么是Music Tools for Desmos?
Music Tools for Desmos是由wiisportsresort开发的Chrome扩展程序,该扩展的主要功能是“Enable a wider frequency and duration range for the audio trace function in Desmos.”。
扩展截图
下载Music Tools for Desmos扩展crx文件
下载Music Tools for Desmos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension extends the range of the audio trace functionality in Desmos from ~E4-E5 to A0-C8, and the maximum trace time from 20 seconds to 320 seconds. To play correctly, ensure your viewport is setup correctly: 0 ≤ x ≤ AUDIO_SPEED_IN_SECONDS 0 ≤ y ≤ 1 Click on the extension icon to view the note and song graph generator. Provide JSON input that describes a song (schema provided), and paste the generated equations into the calculator to listen to it.
扩展基本信息
名称 | Music Tools for Desmos |
ID | imeimbedbkpcejaffifiooieojomihjn |
官方URL | https://chromewebstore.google.com/detail/music-tools-for-desmos/imeimbedbkpcejaffifiooieojomihjn |
简介 | Enable a wider frequency and duration range for the audio trace function in Desmos. |
文件大小 | 1.02 MB |
安装次数 | 116 |
当前版本 | 1.0.0 |
更新时间 | 2022-05-30 |
上架时间 | 2022-05-30 |
开发者 | wiisportsresort |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Music Tools for Desmos", "description": "Enable a wider frequency and duration range for the audio trace function in Desmos.", "version": "1.0.0", "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "desmos-calculator-desktop", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "72": "icon_72.png", "96": "icon_96.png", "144": "icon_144.png", "192": "icon_192.png", "512": "icon_512.png" }, "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.desmos.com\/calculator\/*" ], "web_accessible_resources": [ { "resources": [ "calculator_desktop.js" ], "matches": [ "*:\/\/*.desmos.com\/*" ] } ] } |