Study Korean Online

This extension convert words learned at SKO website to Korean

Was ist Study Korean Online?

Study Korean Online ist eine Chrome-Erweiterung, die von https://studykoreanonline.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension convert words learned at SKO website to Korean".

Erweiterungsscreenshots

Study Korean Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Study Korean Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Offizielle URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Beschreibung This extension convert words learned at SKO website to Korean
Dateigröße 169 KB
Installationsanzahl 465
Aktuelle Version 1.1.4
Letztes Update 2017-03-19
Veröffentlichungsdatum 2017-03-19
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://studykoreanonline.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://studykoreanonline.com/contact
Unterstützte Sprachen 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"
    }
}