Audio Recorder Online
Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
Qu'est-ce que Audio Recorder Online ?
Audio Recorder Online est une extension Chrome développée par Curt Norval, et sa fonction principale est "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Audio Recorder Online
Téléchargez les fichiers d'extension Audio Recorder Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"Audio Recorder Online" is a program that allows you to record audio using your computer's microphone. To use this plugin, go to the interface by pressing the toolbar icon. Start recording by clicking on the - Start Recording - button. The app will request that you allow microphone access. Please keep in mind that your system's default download location will be where the final audio is stored. To check downloaded audio, go to the YouTube website and search for it. Because webm is a widely used video format, you may also use third-party software to convert " .webm" files into anything else.
Informations de Base sur l'Extension
Nom | Audio Recorder Online |
ID | nmmdnddeljockpceendkfonmnbeilked |
URL Officiel | https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked |
Description | Audio Recorder Online - Allow you to easily record audio from your computer's microphone! |
Taille du Fichier | 35.82 KB |
Nombre d'Installations | 4,311 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-05-26 |
Date de Publication | 2022-05-25 |
Évaluation | 4.90/5 Total 51 Évaluations |
Développeur | Curt Norval |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://worldaddons.com/audio-recorder-online/ |
URL de la Page d'Aide | https://worldaddons.com/contact/ |
URL de la Page de Politique de Confidentialité | https://worldaddons.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Audio Recorder Online", "short_name": "audio-recorder-online", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/audio-recorder-online\/", "description": "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Audio Recorder Online", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |