Audio Recorder Online

Audio Recorder Online - Allow you to easily record audio from your computer's microphone!

¿Qué es Audio Recorder Online?

Audio Recorder Online es una extensión de Chrome desarrollada por Curt Norval, y su función principal es "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Audio Recorder Online

Descarga archivos de extensión Audio Recorder Online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "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.                    

Información Básica de la Extensión

Nombre Audio Recorder Online Audio Recorder Online
ID nmmdnddeljockpceendkfonmnbeilked
URL Oficial https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked
Descripción Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
Tamaño del Archivo 35.82 KB
Cantidad de Instalaciones 4,311
Versión Actual 0.1
Última Actualización 2022-05-26
Fecha de Publicación 2022-05-25
Calificación 4.90/5 Total de 51 Calificaciones
Desarrollador Curt Norval
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://worldaddons.com/audio-recorder-online/
URL de la Página de Ayuda https://worldaddons.com/contact/
URL de la Página de Política de Privacidad https://worldaddons.com/privacy-policy
Idiomas Soportados 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"
    }
}