Simple Text To Speech

simple text-to-speech and text queue card readers for chrome

Simple Text To Speech là gì?

Simple Text To Speech là một tiện ích mở rộng Chrome được phát triển bởi matrix.nad, và tính năng chính của nó là "simple text-to-speech and text queue card readers for chrome".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Text To Speech

Tải xuống các tệp mở rộng Simple 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

                        a text-to-speech and queue card based reading tool for chrome. This
extension lets you right click highlighted text and use text to speech
in chrome browser.                    

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

Tên Simple Text To Speech Simple Text To Speech
ID gpknfndlfloaiankeelecjfpoedodgcg
URL Chính Thức https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg
Mô tả simple text-to-speech and text queue card readers for chrome
Kích Thước Tệp 592 KB
Số Lần Cài Đặt 600
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-12-22
Ngày Phát Hành 2017-12-22
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển matrix.nad
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://infinitet3ch.com/simple-tts-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Text To Speech",
    "version": "1.5",
    "description": "simple text-to-speech and text queue card readers for chrome",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}