Audio Recorder Online

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

Audio Recorder Online란 무엇입니까?

Audio Recorder Online은(는) Curt Norval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!"입니다.

확장 프로그램 스크린샷

screenshot

Audio Recorder Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Audio Recorder Online Audio Recorder Online
ID nmmdnddeljockpceendkfonmnbeilked
공식 URL https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked
설명 Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
파일 크기 35.82 KB
설치 횟수 4,311
현재 버전 0.1
최근 업데이트 2022-05-26
출시 날짜 2022-05-25
평점 4.90/5 총 51 개의 평점
개발자 Curt Norval
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/audio-recorder-online/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 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"
    }
}