Smart Korean Tooltip

Extension to speak selected Korean text.

Co to jest Smart Korean Tooltip?

Smart Korean Tooltip to rozszerzenie Chrome opracowane przez Korean Lab, a jego główną funkcją jest „Extension to speak selected Korean text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Korean Tooltip

Pobierz pliki rozszerzeń Smart Korean Tooltip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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

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

Podstawowe informacje o rozszerzeniu

Nazwa Smart Korean Tooltip Smart Korean Tooltip
ID dcbnicglggfgpgbeinjjjmajagdmabnh
Oficjalny URL https://chrome.google.com/webstore/detail/smart-korean-tooltip/dcbnicglggfgpgbeinjjjmajagdmabnh
Opis Extension to speak selected Korean text.
Rozmiar pliku 64.96 KB
Liczba instalacji 120
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-02-20
Data Publikacji 2019-02-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Korean Lab
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://shorturl.at/xzT69
Obsługiwane Języki 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"
    ]
}