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
电子邮箱 [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"
    }
}