Study Korean Online

This extension convert words learned at SKO website to Korean

Cos'è Study Korean Online?

Study Korean Online è un'estensione di Chrome sviluppata da https://studykoreanonline.com, e la sua funzione principale è "This extension convert words learned at SKO website to Korean".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Study Korean Online

Scarica i file di estensione Study Korean Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
URL Ufficiale https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Descrizione This extension convert words learned at SKO website to Korean
Dimensione del File 169 KB
Conteggio Installazioni 465
Versione Corrente 1.1.4
Ultimo Aggiornamento 2017-03-19
Data di Pubblicazione 2017-03-19
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore https://studykoreanonline.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://studykoreanonline.com/contact
Lingue Supportate 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"
    }
}