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文件

下載Smart Korean Tooltip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}