Speak It
Speak It app converts text into speech. Select text > Speak it
Speak It란 무엇입니까?
Speak It은(는) Online Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speak It app converts text into speech. Select text > Speak it"입니다.
확장 프로그램 스크린샷
Speak It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
확장 프로그램 기본 정보
이름 | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
공식 URL | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
설명 | Speak It app converts text into speech. Select text > Speak it |
파일 크기 | 162 KB |
설치 횟수 | 72,668 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2022-12-19 |
출시 날짜 | 2020-06-02 |
평점 | 2.53/5 총 72 개의 평점 |
개발자 | Online Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.e-players.net/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |