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 |
官方網址 | 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" ] } |