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 |
Eメール | [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" ] } |