Sodaphonic

Record and save your voice or any other audio instantly.

Sodaphonic là gì?

Sodaphonic là một tiện ích mở rộng Chrome được phát triển bởi https://sodaphonic.com, và tính năng chính của nó là "Record and save your voice or any other audio instantly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sodaphonic

Tải xuống các tệp mở rộng Sodaphonic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
URL Chính Thức https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
Mô tả Record and save your voice or any other audio instantly.
Kích Thước Tệp 351 KB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2020-09-22
Ngày Phát Hành 2020-08-22
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sodaphonic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sodaphonic.com
URL Trang Trợ Giúp https://sodaphonic.com/help
URL Trang Chính Sách Bảo Mật https://sodaphonic.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
}