Basic TTS

This extension allows you to interact with the Chrome Text-to-Speech API.

Basic TTSคืออะไร?

Basic TTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cipheos และคุณลักษณะหลักของมันคือ "This extension allows you to interact with the Chrome Text-to-Speech API."

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

ดาวน์โหลดไฟล์ส่วนขยาย Basic TTS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Basic TTS Basic TTS
ID lccceofhbngikladlpencmcpbhjccbjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd
คำอธิบาย This extension allows you to interact with the Chrome Text-to-Speech API.
ขนาดไฟล์ 37.25 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-11-24
วันที่เผยแพร่ 2017-11-24
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cipheos
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic TTS",
    "description": "This extension allows you to interact with the Chrome Text-to-Speech API.",
    "version": "1.0.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tts"
    ],
    "options_page": "\/options\/options.html",
    "background": {
        "scripts": [
            "\/background\/background.js"
        ]
    }
}