Audio Recorder Online

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

Cos'è Audio Recorder Online?

Audio Recorder Online è un'estensione di Chrome sviluppata da Curt Norval, e la sua funzione principale è "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Audio Recorder Online

Scarica i file di estensione Audio Recorder Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Audio Recorder Online Audio Recorder Online
ID nmmdnddeljockpceendkfonmnbeilked
URL Ufficiale https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked
Descrizione Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
Dimensione del File 35.82 KB
Conteggio Installazioni 4,311
Versione Corrente 0.1
Ultimo Aggiornamento 2022-05-26
Data di Pubblicazione 2022-05-25
Valutazione 4.90/5 Totale 51 Valutazioni
Sviluppatore Curt Norval
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://worldaddons.com/audio-recorder-online/
URL della Pagina di Aiuto https://worldaddons.com/contact/
URL della Pagina della Politica sulla Privacy https://worldaddons.com/privacy-policy
Lingue Supportate 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"
    }
}