Smart Korean Tooltip

Extension to speak selected Korean text.

Qu'est-ce que Smart Korean Tooltip ?

Smart Korean Tooltip est une extension Chrome développée par Korean Lab, et sa fonction principale est "Extension to speak selected Korean text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Korean Tooltip

Téléchargez les fichiers d'extension Smart Korean Tooltip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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

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

Informations de Base sur l'Extension

Nom Smart Korean Tooltip Smart Korean Tooltip
ID dcbnicglggfgpgbeinjjjmajagdmabnh
URL Officiel https://chrome.google.com/webstore/detail/smart-korean-tooltip/dcbnicglggfgpgbeinjjjmajagdmabnh
Description Extension to speak selected Korean text.
Taille du Fichier 64.96 KB
Nombre d'Installations 120
Version Actuelle 1.0
Dernière Mise à Jour 2019-02-20
Date de Publication 2019-02-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Korean Lab
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://shorturl.at/xzT69
Langues Prises en Charge 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"
    ]
}