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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wiisportsresort และคุณลักษณะหลักของมันคือ "Enable a wider frequency and duration range for the audio trace function in Desmos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Music Tools for Desmos

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}