SpeakIt

Speak the selected text

SpeakIt là gì?

SpeakIt là một tiện ích mở rộng Chrome được phát triển bởi odlyzko953, và tính năng chính của nó là "Speak the selected 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 SpeakIt

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

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

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

Tên SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
URL Chính Thức https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
Mô tả Speak the selected text
Kích Thước Tệp 14.9 KB
Số Lần Cài Đặt 15,293
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2019-12-11
Ngày Phát Hành 2019-12-11
Đánh Giá 2.83/5 Tổng số 54 Đánh Giá
Nhà Phát Triển odlyzko953
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/odlyzko953/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}