Audion

Web Audio DevTools Extension (graph visualizer)

Что такое Audion?

Audion - это расширение Chrome, разработанное Chrome Web Audio team, и его основная функция - "Web Audio DevTools Extension (graph visualizer)".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Audion

Скачайте файлы расширений Audion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}