OkaySpeak

Right click and select the text you want us to speak out.

OkaySpeak란 무엇입니까?

OkaySpeak은(는) okayramesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click and select the text you want us to speak out."입니다.

확장 프로그램 스크린샷

screenshot

OkaySpeak 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

확장 프로그램 기본 정보

이름 OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
공식 URL https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
설명 Right click and select the text you want us to speak out.
파일 크기 10.09 KB
설치 횟수 610
현재 버전 1.1
최근 업데이트 2019-09-22
출시 날짜 2019-09-22
평점 3.50/5 총 4 개의 평점
개발자 okayramesh
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}