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ファイルをダウンロード

Simple Audio Voice Sound Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}