Read News with TTS

Text to speech for News Sites without distractions.

Read News with TTSคืออะไร?

Read News with TTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hugo Nobre และคุณลักษณะหลักของมันคือ "Text to speech for News Sites without distractions."

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

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

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

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

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

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

ชื่อ Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
คำอธิบาย Text to speech for News Sites without distractions.
ขนาดไฟล์ 736 KB
จำนวนการติดตั้ง 1,419
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-08-09
วันที่เผยแพร่ 2022-04-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Hugo Nobre
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/projectify/read-news-tts
URL หน้าช่วยเหลือ https://github.com/projectify/read-news-tts
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}