Study Korean Online

This extension convert words learned at SKO website to Korean

Wat is Study Korean Online?

Study Korean Online is een Chrome-extensie ontwikkeld door https://studykoreanonline.com, en de belangrijkste functie is "This extension convert words learned at SKO website to Korean".

Extensie Screenshots

Download het CRX-bestand van de extensie Study Korean Online

Download Study Korean Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Officiële URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Beschrijving This extension convert words learned at SKO website to Korean
Bestandsgrootte 169 KB
Aantal Installaties 465
Huidige Versie 1.1.4
Laatst Bijgewerkt 2017-03-19
Publicatiedatum 2017-03-19
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar https://studykoreanonline.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://studykoreanonline.com/contact
Ondersteunde Talen 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"
    }
}