Speak Selected Text by elabueloeduca.com
Speak selected text on right click
Speak Selected Text by elabueloeduca.com란 무엇입니까?
Speak Selected Text by elabueloeduca.com은(는) https://www.elabueloeduca.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speak selected text on right click"입니다.
확장 프로그램 스크린샷
Speak Selected Text by elabueloeduca.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Learn to speak English listening the correct pronunciation. Select the text you want to hear and right click to listen how it is pronounced. Mejora tu pronunciación escuchando cómo se pronuncian las palabras en Inglés.
확장 프로그램 기본 정보
이름 | Speak Selected Text by elabueloeduca.com |
ID | mhjfmpoapdmndhmeoojjedmopafcecfn |
공식 URL | https://chromewebstore.google.com/detail/speak-selected-text-by-el/mhjfmpoapdmndhmeoojjedmopafcecfn |
설명 | Speak selected text on right click |
파일 크기 | 9.77 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2016-01-13 |
출시 날짜 | 2016-01-12 |
평점 | 3.43/5 총 14 개의 평점 |
개발자 | https://www.elabueloeduca.com |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speak Selected Text by elabueloeduca.com", "version": "0.1.1", "manifest_version": 2, "description": "Speak selected text on right click", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "options_page": "options.html", "homepage_url": "http:\/\/www.elabueloeduca.com", "permissions": [ "contextMenus", "storage" ] } |