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란 무엇입니까?

Live Text Speech - Hover Mouse to TTS은(는) copythen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Live Text Speech - Hover Mouse to TTS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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! 🏝                    

확장 프로그램 기본 정보

이름 Live Text Speech - Hover Mouse to TTS Live Text Speech - Hover Mouse to TTS
ID nldcpffkelnkddmnejklieckjfgnjboa
공식 URL https://chromewebstore.google.com/detail/live-text-speech-hover-mo/nldcpffkelnkddmnejklieckjfgnjboa
설명 Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…
파일 크기 782 KB
설치 횟수 299
현재 버전 0.3.2
최근 업데이트 2021-06-24
출시 날짜 2021-05-19
평점 3.75/5 총 8 개의 평점
개발자 copythen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://deepext.com/instant-speech
도움말 페이지 URL https://deepext.com/instant-speech
지원되는 언어 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:;"
}