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!”。
擴展截圖
下載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 |
ID | nmmdnddeljockpceendkfonmnbeilked |
官方網址 | 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" } } |