Super Audio
Record audio snippets in your browser!
ما هو Super Audio؟
Super Audio هو إضافة Chrome تم تطويرها بواسطة http://detailed.com، والميزة الرئيسية لها هي "Record audio snippets in your browser!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Audio
قم بتنزيل ملفات الامتداد Super Audio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Record voice messages straight from Google Chrome at the click of a button. Introduce new users to your membership websites. Save your hands from typing. Interact with potential customers in a new way. If it ever makes sense to speak rather than type, Super Audio has you covered. Once you've finished recording, the file is automatically uploaded and copied to your clipboard for easy sharing.
معلومات أساسية عن التمديد
الاسم | |
ID | linccabingojcfoeenkkicpndhpnfejm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-audio/linccabingojcfoeenkkicpndhpnfejm |
الوصف | Record audio snippets in your browser! |
حجم الملف | 313 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-04-26 |
تاريخ النشر | 2020-04-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | http://detailed.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Samir", "version": "1.0.0", "icons": { "128": "icons\/128.png" }, "browser_action": { "default_icon": { "16": "icons\/128.png" }, "default_title": "Detailed Audio" }, "background": { "persistent": true, "page": "pages\/background.html" }, "options_page": "pages\/options.html", "permissions": [ "notifications", "activeTab", "clipboardWrite" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |