Speak Any Text
Select any text you want to read and just listen to it!
Speak Any Text란 무엇입니까?
Speak Any Text은(는) Twopeople Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select any text you want to read and just listen to it!"입니다.
확장 프로그램 스크린샷
Speak Any Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are your eyes tired of reading? Select any text you want to read and just listen to it! Instant Speech will convert the text into human speech, so you’ll no longer have to read. Instant Speech pronounces selected text using latest Text-to-Speech technologies with language auto-detection. The extension can read any text in 56 languages. How to use: – Select the text you want to read. – Click the Instant Speech icon to start listening or right-click the text and choose “Read with Instant Speech” – To stop the speech at any time click the icon again This extension uses the Google Text-to-Speech API. Please rate the extension if you like it. Supported languages: Afrikaans, Albanian, Amharic, Arabic, Armenian, Bosnian, Catalan, ChineseSimplified, ChineseTraditional, Corsican, Croatian, Czech, Danish, Dutch, English, Esperanto, Finnish, French, Frisian, German, Greek, Hawaiian, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, KurdishKurmanji, Kyrgyz, Latin, Latvian, Luxembourgish, Macedonian, Norwegian, Pashto, Polish, Portuguese, Romanian, Russian, Samoan, ScotsGaelic, Serbian, Shona, Sindhi, Slovak, Spanish, Swahili, Swedish, Tamil, Thai, Turkish, Vietnamese, Welsh, Xhosa
확장 프로그램 기본 정보
이름 | Speak Any Text |
ID | ckdcladimoocjeeiopknkdmpppmpeagb |
공식 URL | https://chromewebstore.google.com/detail/speak-any-text/ckdcladimoocjeeiopknkdmpppmpeagb |
설명 | Select any text you want to read and just listen to it! |
파일 크기 | 32.78 KB |
설치 횟수 | 9,698 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-05-25 |
출시 날짜 | 2017-05-25 |
평점 | 3.72/5 총 60 개의 평점 |
개발자 | Twopeople Software |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twopeoplesoftware.com |
도움말 페이지 URL | https://twopeoplesoftware.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Twopeople Software e.U.", "background": { "page": "html\/background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icons\/icon19.png", "38": "images\/icons\/[email protected]" }, "default_title": "__MSG_AppName__" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "src\/inject.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; connect-src *; media-src data: http:\/\/insttranslate.com; object-src 'self'", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https:\/\/twopeoplesoftware.com", "icons": { "128": "images\/icons\/icon128.png", "16": "images\/icons\/icon16.png", "256": "images\/icons\/[email protected]", "32": "images\/icons\/[email protected]", "48": "images\/icons\/icon48.png", "96": "images\/icons\/[email protected]" }, "manifest_version": 2, "name": "__MSG_AppName__", "options_page": "html\/options.html", "permissions": [ "*:\/\/*\/*", "contextMenus" ], "version": "1.0.0", "web_accessible_resources": [] } |