Audion
Web Audio DevTools Extension (graph visualizer)
什么是Audion?
Audion是由Chrome Web Audio team开发的Chrome扩展程序,该扩展的主要功能是“Web Audio DevTools Extension (graph visualizer)”。
扩展截图
下载Audion扩展crx文件
下载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 |
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" ] } |