Select Speech

Selected text to speech.

Select Speech란 무엇입니까?

Select Speech은(는) Takuya Ono에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selected text to speech."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Select Speech 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Text to speech by selecting text and right-click context menu on the browser.
It use HTML5 Speech API technology.

You can change "Language", "Pitch" and "Rate" by setting option screen. 

What's new: 
1.1 Changeable the language, pitch, and rate in the options screen.                    

확장 프로그램 기본 정보

이름 Select Speech Select Speech
ID kplpkblhnjbfhfdhgccgiagoieiaanke
공식 URL https://chromewebstore.google.com/detail/select-speech/kplpkblhnjbfhfdhgccgiagoieiaanke
설명 Selected text to speech.
파일 크기 31 KB
설치 횟수 127
현재 버전 1.4.2022.4260
최근 업데이트 2022-04-29
출시 날짜 2019-08-14
평점 2.00/5 총 1 개의 평점
개발자 Takuya Ono
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "SelectSpeech.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "SSlogo16.png",
        "19": "SSlogo19.png",
        "32": "SSlogo32.png",
        "38": "SSlogo38.png",
        "48": "SSlogo48.png",
        "128": "SSlogo128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_SS_name__",
    "description": "__MSG_SS_description__",
    "short_name": "__MSG_SS_short_name__",
    "author": "Takuya Ono ",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "ja",
    "version": "1.4.2022.4260"
}