Audio Recorder Online
Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
O que é Audio Recorder Online?
Audio Recorder Online é uma extensão do Chrome desenvolvida por Curt Norval, e sua principal característica é "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Audio Recorder Online
Baixe arquivos de extensão Audio Recorder Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
"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.
Informações Básicas da Extensão
Nome | Audio Recorder Online |
ID | nmmdnddeljockpceendkfonmnbeilked |
URL Oficial | https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked |
Descrição | Audio Recorder Online - Allow you to easily record audio from your computer's microphone! |
Tamanho do Arquivo | 35.82 KB |
Contagem de Instalações | 4,311 |
Versão Atual | 0.1 |
Última Atualização | 2022-05-26 |
Data de Publicação | 2022-05-25 |
Classificação | 4.90/5 Total de 51 Avaliações |
Desenvolvedor | Curt Norval |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://worldaddons.com/audio-recorder-online/ |
URL da Página de Ajuda | https://worldaddons.com/contact/ |
URL da Página de Política de Privacidade | https://worldaddons.com/privacy-policy |
Idiomas Suportados | 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" } } |