Audion
Web Audio DevTools Extension (graph visualizer)
ما هو Audion؟
Audion هو إضافة Chrome تم تطويرها بواسطة Chrome Web Audio team، والميزة الرئيسية لها هي "Web Audio DevTools Extension (graph visualizer)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Audion
قم بتنزيل ملفات الامتداد Audion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |