Study Korean Online

This extension convert words learned at SKO website to Korean

Co je Study Korean Online?

Study Korean Online je rozšíření Chrome vyvinuté https://studykoreanonline.com, a jeho hlavní funkcí je „This extension convert words learned at SKO website to Korean“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Study Korean Online

Stáhněte si soubory rozšíření Study Korean Online ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Oficiální URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Popis This extension convert words learned at SKO website to Korean
Velikost souboru 169 KB
Počet instalací 465
Aktuální Verze 1.1.4
Poslední Aktualizace 2017-03-19
Datum Vydání 2017-03-19
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář https://studykoreanonline.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://studykoreanonline.com/contact
Podporované Jazyky 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"
    }
}