Study Korean Online

This extension convert words learned at SKO website to Korean

Co to jest Study Korean Online?

Study Korean Online to rozszerzenie Chrome opracowane przez https://studykoreanonline.com, a jego główną funkcją jest „This extension convert words learned at SKO website to Korean”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Study Korean Online

Pobierz pliki rozszerzeń Study Korean Online w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Oficjalny URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Opis This extension convert words learned at SKO website to Korean
Rozmiar pliku 169 KB
Liczba instalacji 465
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2017-03-19
Data Publikacji 2017-03-19
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper https://studykoreanonline.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://studykoreanonline.com/contact
Obsługiwane Języki 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"
    }
}