Audion
Web Audio DevTools Extension (graph visualizer)
Vad är Audion?
Audion är en Chrome-tillägg utvecklad av Chrome Web Audio team, och dess huvudfunktion är "Web Audio DevTools Extension (graph visualizer)".
Tilläggsskärmbilder
Ladda ner Audion-förlängningens CRX-fil
Ladda ner Audion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Audion |
ID | cmhomipkklckpomafalojobppmmidlgl |
Officiell webbadress | https://chromewebstore.google.com/detail/audion/cmhomipkklckpomafalojobppmmidlgl |
Beskrivning | Web Audio DevTools Extension (graph visualizer) |
Filstorlek | 217 KB |
Antal Installationer | 4,521 |
Aktuell Version | 3.0.9 |
Senast Uppdaterad | 2023-08-18 |
Publiceringsdatum | 2017-04-21 |
Betyg | 3.18/5 Totalt 39 Betyg |
Utvecklare | Chrome Web Audio team |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/GoogleChrome/audion |
Hjälpsida URL | https://github.com/GoogleChrome/audion/issues |
Stödda Språk | 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" ] } |