Study Korean Online

This extension convert words learned at SKO website to Korean

What is Study Korean Online?

Study Korean Online is a Chrome extension developed by https://studykoreanonline.com, and its main feature is "This extension convert words learned at SKO website to Korean".

Extension Screenshots

Download Study Korean Online Extension CRX File

Download Study Korean Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Official URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Description This extension convert words learned at SKO website to Korean
File Size 169 KB
Installation Count 465
Current Version 1.1.4
Last Updated 2017-03-19
Publish Date 2017-03-19
Rating 4.67/5 Total 6 Ratings
Developer https://studykoreanonline.com
Email [email protected]
Payment Type free
Help Page URL https://studykoreanonline.com/contact
Supported Languages 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"
    }
}