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
官方URL 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"
    }
}