Live Text Speech - Hover Mouse to TTS

Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…

Live Text Speech - Hover Mouse to TTS là gì?

Live Text Speech - Hover Mouse to TTS là một tiện ích mở rộng Chrome được phát triển bởi copythen, và tính năng chính của nó là "Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…".

Ả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 Live Text Speech - Hover Mouse to TTS

Tải xuống các tệp mở rộng Live Text Speech - Hover Mouse to 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

                        Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection!  Just click the browser icon to start or stop instant mode! 🚀 

Features: 👉
1. hover the text to split the sentence then speak out. 
2. automatically detect the language
3. setup your favor speech speed.

Free your hand, free your mind!
Have Fun! 🏝                    

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

Tên Live Text Speech - Hover Mouse to TTS Live Text Speech - Hover Mouse to TTS
ID nldcpffkelnkddmnejklieckjfgnjboa
URL Chính Thức https://chromewebstore.google.com/detail/live-text-speech-hover-mo/nldcpffkelnkddmnejklieckjfgnjboa
Mô tả Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-05-19
Đánh Giá 3.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển copythen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://deepext.com/instant-speech
URL Trang Trợ Giúp https://deepext.com/instant-speech
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Text Speech - Hover Mouse to TTS",
    "version": "0.3.2",
    "browser_action": {
        "default_title": "Live Text Speech - Hover Mouse to TTS"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "popup\/index.html"
    },
    "icons": {
        "16": "popup\/isx-16.png",
        "48": "popup\/isx-48.png",
        "128": "popup\/isx-128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "popup\/index.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "cookies",
        "tts",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}