Sodaphonic

Record and save your voice or any other audio instantly.

Sodaphonicとは何ですか?

Sodaphonicはhttps://sodaphonic.comによって開発されたChromeの拡張機能で、その主な機能は「Record and save your voice or any other audio instantly.」です。

拡張機能のスクリーンショット

screenshot

Sodaphonic拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sodaphonic is the easiest way to record your voice, musical instrument, or anything else directly in the browser. Click a single button to record and then again to save your audio masterpiece as an mp3 file.                    

拡張機能の基本情報

名前 Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
公式URL https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
説明 Record and save your voice or any other audio instantly.
ファイルサイズ 351 KB
インストール数 276
現在のバージョン 0.2.0
最終更新日 2020-09-22
公開日 2020-08-22
評価 3.00/5 合計 2 レビュー
開発者 https://sodaphonic.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sodaphonic.com
ヘルプページのURL https://sodaphonic.com/help
プライバシーポリシーページのURL https://sodaphonic.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sodaphonic",
    "description": "Record and save your voice or any other audio instantly.",
    "version": "0.2.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "sodaphonic-extension-icon-16.png",
        "48": "sodaphonic-extension-icon-48.png",
        "128": "sodaphonic-extension-icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-O8EDGezpvzDK3AeSJVLePj3fFY4o08Oz707mvR\/ii34='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html"
    ],
    "permissions": []
}