Text-to-Speech Highlighter

Highlight and right click text to translate/voice!

Text-to-Speech Highlighterคืออะไร?

Text-to-Speech Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Text-to-Speech Highlighter และคุณลักษณะหลักของมันคือ "Highlight and right click text to translate/voice!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text-to-Speech Highlighter

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

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

                        Text-to-Speech Highlighter is a free service which reads the text you highlight, or its translation. It currently supports 70+ languages and dialects, and uses HTML5's Text-to-Speech (TTS) technology.

Simply highlight the text, right click it, and select the "Speak" option. With just two clicks, it's simple and quick to use! You can also press the extension icon and select "Translate before Speech" for it to translate the highlighted text into your preferred language before reading it. 

This extension is perfect for language learners, especially people who can speak, but not read. We slow things down every other time so you can easily understand. Having trouble reading texts sent by family members in your traditional language? No problem, our team is entirely composed of second-generation immigrants; we know exactly how you feel, so we designed this with you in mind. Are you an international student getting used to a new environment? We've got you covered, the translation tool is perfect for you. Dyslexic? Well, we're here to make things easier for you. 

Options:
We now support various dialects. Click on the extension, and go into the advanced settings where you can choose your preferred dialect. For example, if you're Cantonese speaker, in the drop-down menu, select Cantonese/Yue for the program to read Chinese characters in Cantonese instead of Mandarin. Here you can also change text speed, change the volume, manually change your native language, or slow down the speech every other time.

Commands:
Cancel Speech: Alt+P (Command+P on Mac).

===============

Hello! Text-to-Speech Highlighter is made by Tim, Bryan, and Sammy. We are computer science students from the University of Waterloo and McMaster University. Since we run our product at a loss, we will greatly appreciate any support we receive. Thank you for your generosity and support! :D

All donations will be spent on running this service: https://www.buymeacoffee.com/ttshighlighter                    

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

ชื่อ Text-to-Speech Highlighter Text-to-Speech Highlighter
ID difkgogalighjoffonmipncaobobgnoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-speech-highlighte/difkgogalighjoffonmipncaobobgnoj
คำอธิบาย Highlight and right click text to translate/voice!
ขนาดไฟล์ 57.3 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2021-07-05
คะแนน 3.70/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Text-to-Speech Highlighter
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/CanadianCrafter/EngHacks2021-Text-To-Speech
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text-to-Speech Highlighter",
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "description": "Highlight and right click text to translate\/voice!",
    "version": "3.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "Pause Speech": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Command+P"
            },
            "description": "Pauses Speech"
        }
    }
}