Study Korean Online

This extension convert words learned at SKO website to Korean

Study Korean Online란 무엇입니까?

Study Korean Online은(는) https://studykoreanonline.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension convert words learned at SKO website to Korean"입니다.

확장 프로그램 스크린샷

Study Korean Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
공식 URL https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
설명 This extension convert words learned at SKO website to Korean
파일 크기 169 KB
설치 횟수 465
현재 버전 1.1.4
최근 업데이트 2017-03-19
출시 날짜 2017-03-19
평점 4.67/5 총 6 개의 평점
개발자 https://studykoreanonline.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://studykoreanonline.com/contact
지원되는 언어 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"
    }
}