Audio Recorder Online

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

Audio Recorder Onlineคืออะไร?

Audio Recorder Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Curt Norval และคุณลักษณะหลักของมันคือ "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Recorder Online

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}