Simple Audio Voice Sound Recorder

Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!

Simple Audio Voice Sound Recorder란 무엇입니까?

Simple Audio Voice Sound Recorder은(는) rasel-tend에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!"입니다.

확장 프로그램 스크린샷

screenshot

Simple Audio Voice Sound Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        As the name suggests it is a simple tool to record your voice, audio or any other sound using your PC's microphone.
You can then listen to your recording and decide to download or discard it. 
You can record and download your audio in .webm format.
You may also convert the webm file to MP3 format using mp3 converter link given in the footer of the extension window.

Update Ver: 1.0.5: Add new features, share profiles on social networks such as: LinkedIn, Twitter and Facebook (automatically share using post api). By automatically uploading the recording file to file.io and then sharing the file download link.                    

확장 프로그램 기본 정보

이름 Simple Audio Voice Sound Recorder Simple Audio Voice Sound Recorder
ID jijkkddhochpdbhnmhmjdnmeopoehmih
공식 URL https://chromewebstore.google.com/detail/simple-audio-voice-sound/jijkkddhochpdbhnmhmjdnmeopoehmih
설명 Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!
파일 크기 81.97 KB
설치 횟수 41,050
현재 버전 1.2
최근 업데이트 2023-10-12
출시 날짜 2019-07-04
평점 3.41/5 총 46 개의 평점
개발자 rasel-tend
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.chromecrxstore.com/audiorecorder/
개인정보 보호 정책 페이지 URL https://sites.google.com/view/policy-infomation/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Audio Voice Sound Recorder",
    "short_name": "sound-audio-recorder",
    "description": "Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!",
    "version": "1.2",
    "action": {
        "default_icon": "16.png",
        "default_title": "Voice Recorder"
    },
    "background": {
        "service_worker": "\/js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.bundle.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.file.io\/*",
                "*:\/\/file.io\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.file.io\/*",
        "*:\/\/file.io\/*"
    ]
}