Sodaphonic

Record and save your voice or any other audio instantly.

Sodaphonicคืออะไร?

Sodaphonic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sodaphonic.com และคุณลักษณะหลักของมันคือ "Record and save your voice or any other audio instantly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sodaphonic

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}