STUDY4

STUDY4 Extension

ما هو STUDY4؟

STUDY4 هو إضافة Chrome تم تطويرها بواسطة STUDY4، والميزة الرئيسية لها هي "STUDY4 Extension".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة STUDY4

قم بتنزيل ملفات الامتداد STUDY4 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        English – Vietnamese / English – English / English example sentences Instant Word Translation Extension. Save flashcards instantly and later review on https://study4.com/flashcards/

STUDY4 Extension giúp bạn dễ dàng tra cứu nghĩa Anh-Anh, Anh-Việt và các câu ví dụ ngay trên website; sau đó bạn có thể tạo thẻ từ (flashcards) để ôn tập theo phương pháp spaced repetition trên website study4.com.                    

معلومات أساسية عن التمديد

الاسم STUDY4 STUDY4
ID jefmonmbihnpfebehladbckmmfjncabp
عنوان URL الرسمي https://chromewebstore.google.com/detail/study4/jefmonmbihnpfebehladbckmmfjncabp
الوصف STUDY4 Extension
حجم الملف 237 KB
عدد التثبيتات 6,003
النسخة الحالية 0.4
آخر تحديث 2023-10-20
تاريخ النشر 2021-11-28
تقييم 4.33/5 مجموع تقييمات 6
المطور STUDY4
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://study4.com
عنوان صفحة سياسة الخصوصية https://study4.online/privacy
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STUDY4",
    "author": "STUDY4",
    "description": "STUDY4 Extension",
    "version": "0.4",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "*.css",
                "*.js",
                "frame.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "STUDY4 Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.min.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-script.min.css"
            ],
            "js": [
                "content-script.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/glosbe.com\/*",
        "https:\/\/dictionary.cambridge.org\/*",
        "https:\/\/dict.laban.vn\/*",
        "https:\/\/www.thesaurus.com\/*",
        "https:\/\/ozdic.com\/*",
        "https:\/\/study4.online\/*",
        "https:\/\/study4.com\/*"
    ]
}