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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Audio Recorder Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}