Audion

Web Audio DevTools Extension (graph visualizer)

Audion क्या है?

Audion Chrome Web Audio team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Audio DevTools Extension (graph visualizer)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Audion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Audion is a Chrome extension that adds a Web Audio panel to Developer Tools. This panel visualizes the web audio graph in real-time.

How to use:
1. Install the extension from Chrome Web Store.
2. Open Chrome Developer Tools. You should be able to find “Web Audio” panel in the top. Select the panel.
3. Visit or reload a page that uses Web Audio API. If the page is loaded before opening Developer Tools, you need to reload the page for the extension to work correctly.
4. You can pan and zoom with the mouse and wheel. Click the “autofit” button to fit the graph within the panel.

Visit GitHub to follow this project, report issues, and contribute: https://github.com/GoogleChrome/audion                    

एक्सटेंशन की मूल जानकारी

नाम Audion Audion
ID cmhomipkklckpomafalojobppmmidlgl
आधिकारिक URL https://chromewebstore.google.com/detail/audion/cmhomipkklckpomafalojobppmmidlgl
विवरण Web Audio DevTools Extension (graph visualizer)
फ़ाइल का आकार 217 KB
स्थापना संख्या 4,521
वर्तमान संस्करण 3.0.9
अंतिम अपडेट 2023-08-18
प्रकाशन तिथि 2017-04-21
रेटिंग 3.18/5 कुल 39 रेटिंग्स
डेवलपर Chrome Web Audio team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/GoogleChrome/audion
सहायता पृष्ठ URL https://github.com/GoogleChrome/audion/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Audion",
    "version": "3.0.9",
    "description": "Web Audio DevTools Extension (graph visualizer)",
    "devtools_page": "devtools.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "debugger"
    ]
}