Audion

Web Audio DevTools Extension (graph visualizer)

Audion란 무엇입니까?

Audion은(는) Chrome Web Audio team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Audio DevTools Extension (graph visualizer)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Audion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}