Study Korean Online

This extension convert words learned at SKO website to Korean

Study Korean Onlineคืออะไร?

Study Korean Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://studykoreanonline.com และคุณลักษณะหลักของมันคือ "This extension convert words learned at SKO website to Korean"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Study Korean Online

ดาวน์โหลดไฟล์ส่วนขยาย Study Korean Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}