Highlighted Text-to-Speech

Adds an option to read the highlighted text using Text-to-Speech.

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

Highlighted Text-to-Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dgeovanovich และคุณลักษณะหลักของมันคือ "Adds an option to read the highlighted text using Text-to-Speech."

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

screenshot

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

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

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

                        Description:

The Text-to-Speech Highlight Chrome extension offers a seamless and convenient way to listen to highlighted text on web pages using Text-to-Speech (TTS) technology. Whether you want to multitask, have difficulty reading, or simply prefer listening, this extension empowers you to consume content effortlessly through spoken words.

Key Features:

User-Friendly Text-to-Speech: Highlight any text on a webpage, right-click, and select "Read with TTS" from the context menu. The extension immediately converts the selected text into natural-sounding speech, enhancing your browsing experience.

Customizable Voice Options: Tailor the TTS experience to your preferences. Adjust voice rate, language, and choose between male, female, or neutral voices (based on availability). Make the TTS voice match your style!

Offline Functionality: No internet connection required to use the TTS feature. Enjoy the convenience of listening to highlighted content even when offline.

How to Use:

Install the Text-to-Speech Highlight extension from the Chrome Web Store.
Highlight any text on a webpage.
Right-click to open the context menu.
Select "Read with TTS" from the context menu.
Voila! The selected text will be read aloud using the Text-to-Speech functionality.
Customize Your TTS Experience:

The extension utilizes the Chrome TTS API, providing you with the flexibility to tailor your voice preferences. Adjust the voice rate, language, and choose from a selection of available voices. Dive into the background.js file to further fine-tune the voice quality, pitch, and volume if desired.

Known Issues:

The extension might not function correctly on websites with strict Content Security Policies (CSP) that block external scripts.
Customization options could vary depending on the TTS engine available on the user's system.
Support and Contributions:

We welcome your feedback and suggestions! If you encounter any issues or have ideas for improvement, please don't hesitate to reach out or open an issue on our GitHub repository. Contributions to the project are also encouraged.

Credits:

The Text-to-Speech Highlight extension was crafted with passion by Sugeodj. We strive to provide you with a seamless, enjoyable, and inclusive browsing experience through Text-to-Speech technology.

Install the Text-to-Speech Highlight Chrome extension today and immerse yourself in the power of spoken words! Enhance your browsing journey with ease and accessibility. Enjoy listening to your web content with Text-to-Speech Highlight!                    

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

ชื่อ Highlighted Text-to-Speech Highlighted Text-to-Speech
ID pahciojfimmdlmpeodihmcabbbkjdpbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlighted-text-to-speec/pahciojfimmdlmpeodihmcabbbkjdpbk
คำอธิบาย Adds an option to read the highlighted text using Text-to-Speech.
ขนาดไฟล์ 10.97 KB
จำนวนการติดตั้ง 370
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-07-23
วันที่เผยแพร่ 2023-07-22
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dgeovanovich
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlighted Text-to-Speech",
    "version": "1.0",
    "description": "Adds an option to read the highlighted text using Text-to-Speech.",
    "permissions": [
        "contextMenus",
        "tts"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon32.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon32.png",
            "128": "icon128.png"
        }
    }
}