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
官方網址 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
電子郵箱 [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": []
}