Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Simple Text To Speech란 무엇입니까?
Simple Text To Speech은(는) matrix.nad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "simple text-to-speech and text queue card readers for chrome"입니다.
확장 프로그램 스크린샷
Simple Text To Speech 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
확장 프로그램 기본 정보
이름 | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
공식 URL | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
설명 | simple text-to-speech and text queue card readers for chrome |
파일 크기 | 592 KB |
설치 횟수 | 600 |
현재 버전 | 1.5 |
최근 업데이트 | 2017-12-22 |
출시 날짜 | 2017-12-22 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | matrix.nad |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://infinitet3ch.com/simple-tts-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |