Audion

Web Audio DevTools Extension (graph visualizer)

Qu'est-ce que Audion ?

Audion est une extension Chrome développée par Chrome Web Audio team, et sa fonction principale est "Web Audio DevTools Extension (graph visualizer)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Audion

Téléchargez les fichiers d'extension Audion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Audion Audion
ID cmhomipkklckpomafalojobppmmidlgl
URL Officiel https://chromewebstore.google.com/detail/audion/cmhomipkklckpomafalojobppmmidlgl
Description Web Audio DevTools Extension (graph visualizer)
Taille du Fichier 217 KB
Nombre d'Installations 4,521
Version Actuelle 3.0.9
Dernière Mise à Jour 2023-08-18
Date de Publication 2017-04-21
Évaluation 3.18/5 Total 39 Évaluations
Développeur Chrome Web Audio team
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/GoogleChrome/audion
URL de la Page d'Aide https://github.com/GoogleChrome/audion/issues
Langues Prises en Charge 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"
    ]
}