Slang - Text to Speech

Convert the selected text to speech.

Slang - Text to Speech là gì?

Slang - Text to Speech là một tiện ích mở rộng Chrome được phát triển bởi https://kauer3.github.io, và tính năng chính của nó là "Convert the selected text to speech.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Slang is a free tool that converts text of websites to speech. It can increase your productivity, help you study more effectively and is a must have if you are learning a new language.

Slang shows the text in the pop-up synchronized with the speech, so that you can read along, regardless of the page you're on. Listening and reading simultaneously increases comprehension, strengthens memory, helps build fluency skills including proper phrasing and expression and improve sight word recognition!

If you want to save time or keep your eyes off the screen, let Slang read the contents of a web page for you.

It is very simple to use, just select the text you want to hear, open the pop-up and click on the play button or right click on the selected text and click on speak. You can also type or paste in the pop-up whatever you want to be spoken. You can change the volume, rate, pitch and voice.

Supports 14 languages, some in different accents, totaling 21 different voices.

Access the project's github page to give feedback, report bugs and access the source code:
https://github.com/kauer3/Slang-Text-to-Speech                    

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

Tên Slang - Text to Speech Slang - Text to Speech
ID enkmbkhkbdiaafkmofbmdahclajelgfh
URL Chính Thức https://chromewebstore.google.com/detail/slang-text-to-speech/enkmbkhkbdiaafkmofbmdahclajelgfh
Mô tả Convert the selected text to speech.
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 846
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2021-04-27
Ngày Phát Hành 2020-10-31
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://kauer3.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kauer3/Slang-Text-to-Speech
URL Trang Trợ Giúp https://github.com/kauer3/Slang-Text-to-Speech
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slang - Text to Speech",
    "version": "0.4",
    "description": "Convert the selected text to speech.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "contextMenu.js",
            "speech.js"
        ],
        "persintent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Slang",
        "default_popup": "popup.html"
    }
}