Smart Korean Tooltip

Extension to speak selected Korean text.

Smart Korean Tooltip란 무엇입니까?

Smart Korean Tooltip은(는) Korean Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to speak selected Korean text."입니다.

확장 프로그램 스크린샷

screenshot

Smart Korean Tooltip 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a dictionary tooltip for Korean Learners.

This tooltip offers in English, Thai, Vietnamese, Arab, French, Spanish, Russian, Japanese, Indonesian, Mongolian.

How to use:
1. Select the preferred language with the Smart Korean Tooltip icon in Chrome Extension bar section on the top of your browser.
2. Drag over the area you want to select. Then, a popup will appear and Korean TTS(Text To Speach) sound will be played.
3. Double Click the popup to close.

- Youtube: youtube.com/c/koreanlabx
- Instagram: koreanlabx

@Created by Korean Lab

*이 앱은 국립국어원의 한국어기초사전을 토대로 만들어졌습니다.                    

확장 프로그램 기본 정보

이름 Smart Korean Tooltip Smart Korean Tooltip
ID dcbnicglggfgpgbeinjjjmajagdmabnh
공식 URL https://chrome.google.com/webstore/detail/smart-korean-tooltip/dcbnicglggfgpgbeinjjjmajagdmabnh
설명 Extension to speak selected Korean text.
파일 크기 64.96 KB
설치 횟수 120
현재 버전 1.0
최근 업데이트 2019-02-20
출시 날짜 2019-02-19
평점 5.00/5 총 2 개의 평점
개발자 Korean Lab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://shorturl.at/xzT69
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Korean Tooltip",
    "description": "Extension to speak selected Korean text.",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "eventPage.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "core.js"
            ],
            "urn_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "\/popup\/popup.html",
        "default_title": "Smart Korean Tooltip"
    },
    "permissions": [
        "http:\/\/tooltip.dic.naver.com\/*",
        "contextMenus",
        "tts",
        "tabs",
        "storage",
        "",
        "unlimitedStorage"
    ]
}