Speak in Slides

Text to Speech in Google Slides

Speak in Slidesคืออะไร?

Speak in Slides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Swank และคุณลักษณะหลักของมันคือ "Text to Speech in Google Slides"

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

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

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

                        Get TTS right in Google Slides.

To use a female voice, put text between a < and a > characters.
To use a male voice, put the text between these << and these >> characters.

When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.                    

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

ชื่อ Speak in Slides Speak in Slides
ID hlohpnceogfccnddhohflkmiaggjmiae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae
คำอธิบาย Text to Speech in Google Slides
ขนาดไฟล์ 48.68 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-07-24
วันที่เผยแพร่ 2017-07-24
คะแนน 1.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Andrew Swank
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak in Slides",
    "author": "Andrew Swank",
    "description": "Text to Speech in Google Slides",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/docs.google.com\/*",
        "activeTab",
        "tts"
    ],
    "version": "1.0.4"
}