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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable a wider frequency and duration range for the audio trace function in Desmos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Music Tools for Desmos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |