Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

Selection Reader (Text to Speech) là gì?

Selection Reader (Text to Speech) là một tiện ích mở rộng Chrome được phát triển bởi David Heaney, và tính năng chính của nó là "High quality text-to-speech reader capable of seamlessly reading large amounts of text.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selection Reader (Text to Speech)

Tải xuống các tệp mở rộng Selection Reader (Text to Speech) 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

                        Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require.

Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!                    

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

Tên Selection Reader (Text to Speech) Selection Reader (Text to Speech)
ID fdffijlhedcdiblbingmagmdnokokgbi
URL Chính Thức https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi
Mô tả High quality text-to-speech reader capable of seamlessly reading large amounts of text.
Kích Thước Tệp 31.45 KB
Số Lần Cài Đặt 377,503
Phiên Bản Hiện Tại 1.8.9
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-08
Đánh Giá 3.60/5 Tổng số 667 Đánh Giá
Nhà Phát Triển David Heaney
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_shortname__",
    "author": "David Heaney",
    "description": "__MSG_manifest_description__",
    "version": "1.8.9",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "read.js",
            "buy.js"
        ]
    },
    "icons": {
        "16": "icons\/regular\/icon16.png",
        "48": "icons\/regular\/icon48.png",
        "128": "icons\/regular\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "manifest_version": 2
}