Read News with TTS

Text to speech for News Sites without distractions.

Read News with TTS là gì?

Read News with TTS là một tiện ích mở rộng Chrome được phát triển bởi Hugo Nobre, và tính năng chính của nó là "Text to speech for News Sites without distractions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Read News with TTS

Tải xuống các tệp mở rộng Read News with TTS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
URL Chính Thức https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Mô tả Text to speech for News Sites without distractions.
Kích Thước Tệp 736 KB
Số Lần Cài Đặt 1,419
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2022-04-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Hugo Nobre
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/projectify/read-news-tts
URL Trang Trợ Giúp https://github.com/projectify/read-news-tts
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}