Audion

Web Audio DevTools Extension (graph visualizer)

Audion là gì?

Audion là một tiện ích mở rộng Chrome được phát triển bởi Chrome Web Audio team, và tính năng chính của nó là "Web Audio DevTools Extension (graph visualizer)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Audion

Tải xuống các tệp mở rộng Audion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audion Audion
ID cmhomipkklckpomafalojobppmmidlgl
URL Chính Thức https://chromewebstore.google.com/detail/audion/cmhomipkklckpomafalojobppmmidlgl
Mô tả Web Audio DevTools Extension (graph visualizer)
Kích Thước Tệp 217 KB
Số Lần Cài Đặt 4,521
Phiên Bản Hiện Tại 3.0.9
Cập Nhật Lần Cuối 2023-08-18
Ngày Phát Hành 2017-04-21
Đánh Giá 3.18/5 Tổng số 39 Đánh Giá
Nhà Phát Triển Chrome Web Audio team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GoogleChrome/audion
URL Trang Trợ Giúp https://github.com/GoogleChrome/audion/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}