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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}