Audion

Web Audio DevTools Extension (graph visualizer)

O que é Audion?

Audion é uma extensão do Chrome desenvolvida por Chrome Web Audio team, e sua principal característica é "Web Audio DevTools Extension (graph visualizer)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Audion

Baixe arquivos de extensão Audion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Audion Audion
ID cmhomipkklckpomafalojobppmmidlgl
URL Oficial https://chromewebstore.google.com/detail/audion/cmhomipkklckpomafalojobppmmidlgl
Descrição Web Audio DevTools Extension (graph visualizer)
Tamanho do Arquivo 217 KB
Contagem de Instalações 4,521
Versão Atual 3.0.9
Última Atualização 2023-08-18
Data de Publicação 2017-04-21
Classificação 3.18/5 Total de 39 Avaliações
Desenvolvedor Chrome Web Audio team
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/GoogleChrome/audion
URL da Página de Ajuda https://github.com/GoogleChrome/audion/issues
Idiomas Suportados 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"
    ]
}