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."입니다.

확장 프로그램 스크린샷

screenshot

Music Tools for Desmos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}