Read Text
This extension allows your browser to read out loud the text on any page!
Read Text란 무엇입니까?
Read Text은(는) NiMaker LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows your browser to read out loud the text on any page!"입니다.
확장 프로그램 스크린샷
Read Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Let your browser read text out loud for you. You can type anything you want in the extension user interface and press play. If you are already on a web page and you want the extension to read out some text, simply select the text by highlighting it, right click, and then select the item "Read Text". This app is extremely easy to use. It also allows you to customize the text being read to your desired speed, pitch and volume. Not only that, you can even change the language of the text being read. You can change the language to Italian while the text is in English, then the browser will read it with an Italian accent. So many fun and productive things can be done with this app. Don't forget to right click on the extension and change the options to your customized setting.
확장 프로그램 기본 정보
이름 | |
ID | aabpoohnjgceeadkjmiebagdcjekbpbn |
공식 URL | https://chrome.google.com/webstore/detail/read-text/aabpoohnjgceeadkjmiebagdcjekbpbn |
설명 | This extension allows your browser to read out loud the text on any page! |
파일 크기 | 76.34 KB |
설치 횟수 | 53 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-06-10 |
출시 날짜 | 2018-06-10 |
개발자 | NiMaker LLC |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.nimaeskandari.com/ChromeExtentionPrivacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Text", "version": "1.0", "description": "This extension allows your browser to read out loud the text on any page!", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "contextMenuPage.js" ], "persistent": false }, "permissions": [ "tts", "storage", "contextMenus", "notifications" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Click Type and Lister!" }, "options_page": "options.html" } |