Study Korean Online

This extension convert words learned at SKO website to Korean

Vad är Study Korean Online?

Study Korean Online är en Chrome-tillägg utvecklad av https://studykoreanonline.com, och dess huvudfunktion är "This extension convert words learned at SKO website to Korean".

Tilläggsskärmbilder

Ladda ner Study Korean Online-förlängningens CRX-fil

Ladda ner Study Korean Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
Officiell webbadress https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Beskrivning This extension convert words learned at SKO website to Korean
Filstorlek 169 KB
Antal Installationer 465
Aktuell Version 1.1.4
Senast Uppdaterad 2017-03-19
Publiceringsdatum 2017-03-19
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare https://studykoreanonline.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://studykoreanonline.com/contact
Stödda Språk 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"
    }
}