Study Korean Online

This extension convert words learned at SKO website to Korean

什麼是Study Korean Online?

Study Korean Online是由https://studykoreanonline.com開發的Chrome擴展程式,該擴展的主要功能是“This extension convert words learned at SKO website to Korean”。

擴展截圖

下載Study Korean Online擴展crx文件

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

擴展使用說明

                        When you complete exercises at website studykoreanonline.com will be create a personal dictionary to your profile. Installing this extension enable the automatic translation of native language words to Korean that you learned previously. It helps you to memorize the Korean language while you navigate on web.                    

擴展基本資訊

名稱 Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
官方網址 https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
簡介 This extension convert words learned at SKO website to Korean
檔案大小 169 KB
安裝次數 465
目前版本 1.1.4
更新時間 2017-03-19
上架時間 2017-03-19
評分 4.67/5 共 6 次評分
開發者 https://studykoreanonline.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://studykoreanonline.com/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Korean Online",
    "description": "This extension convert words learned at SKO website to Korean",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Study Korean Online"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.0.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/studykoreanonline.com\/*",
                "http:\/\/www.localhost.com\/*"
            ],
            "js": [
                "js\/app-cs.js"
            ],
            "css": [
                "css\/app-cs.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "storage",
        "alarms",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}