Study Korean Online

This extension convert words learned at SKO website to Korean

Study Korean Online là gì?

Study Korean Online là một tiện ích mở rộng Chrome được phát triển bởi https://studykoreanonline.com, và tính năng chính của nó là "This extension convert words learned at SKO website to Korean".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Study Korean Online

Tải xuống các tệp mở rộng Study Korean Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Study Korean Online Study Korean Online
ID ifkhamogenbojgenlneeiafmddgcmnjn
URL Chính Thức https://chromewebstore.google.com/detail/study-korean-online/ifkhamogenbojgenlneeiafmddgcmnjn
Mô tả This extension convert words learned at SKO website to Korean
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2017-03-19
Ngày Phát Hành 2017-03-19
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://studykoreanonline.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://studykoreanonline.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}