Smart Korean Tooltip

Extension to speak selected Korean text.

O que é Smart Korean Tooltip?

Smart Korean Tooltip é uma extensão do Chrome desenvolvida por Korean Lab, e sua principal característica é "Extension to speak selected Korean text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Korean Tooltip

Baixe arquivos de extensão Smart Korean Tooltip no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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

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

Informações Básicas da Extensão

Nome Smart Korean Tooltip Smart Korean Tooltip
ID dcbnicglggfgpgbeinjjjmajagdmabnh
URL Oficial https://chrome.google.com/webstore/detail/smart-korean-tooltip/dcbnicglggfgpgbeinjjjmajagdmabnh
Descrição Extension to speak selected Korean text.
Tamanho do Arquivo 64.96 KB
Contagem de Instalações 120
Versão Atual 1.0
Última Atualização 2019-02-20
Data de Publicação 2019-02-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Korean Lab
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://shorturl.at/xzT69
Idiomas Suportados 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"
    ]
}