Study Korean Online

This extension convert words learned at SKO website to Korean

Qu'est-ce que Study Korean Online ?

Study Korean Online est une extension Chrome développée par https://studykoreanonline.com, et sa fonction principale est "This extension convert words learned at SKO website to Korean".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Study Korean Online

Téléchargez les fichiers d'extension Study Korean Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
URL Officiel https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Description This extension convert words learned at SKO website to Korean
Taille du Fichier 169 KB
Nombre d'Installations 465
Version Actuelle 1.1.4
Dernière Mise à Jour 2017-03-19
Date de Publication 2017-03-19
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://studykoreanonline.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://studykoreanonline.com/contact
Langues Prises en Charge 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"
    }
}