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ファイルをダウンロード

Audio Recorder Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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"
    }
}