4English

A translator/dictionary extension, synchronize vocabulary with the 4English app

ما هو 4English؟

4English هو إضافة Chrome تم تطويرها بواسطة 4English، والميزة الرئيسية لها هي "A translator/dictionary extension, synchronize vocabulary with the 4English app".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 4English

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

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

                        Giúp người dùng có thể lưu từ khi đọc website
Đồng bộ với app điện thoại                    

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

الاسم 4English 4English
ID pndgpdgfpmmnfclojdfbnlcflecnhlnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/4english/pndgpdgfpmmnfclojdfbnlcflecnhlnn
الوصف A translator/dictionary extension, synchronize vocabulary with the 4English app
حجم الملف 319 KB
عدد التثبيتات 2,032
النسخة الحالية 1.0
آخر تحديث 2023-07-28
تاريخ النشر 2023-07-23
تقييم 3.75/5 مجموع تقييمات 4
المطور 4English
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4English",
    "description": "A translator\/dictionary extension, synchronize vocabulary with the 4English app",
    "version": "1.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo88BHUSy1jjWKJFD43KUtxMCdE44aF\/YEiX7MPH4Fbz1H5PaB\/h\/ddlFzjR0Yu9OKFqRgZSvbEhOAGwdVK1qF46yLj1yh5e88DVDwteTIKZ4OtxJ\/0x78\/XNRh0XGV1vVB39PjfeRQ4VQo4bGr7mVlhkhzQByLxaI6rXWJo\/rCaE95yaxinBS1UZs1wCWEOsXbwRbNmBGZag+dpQtqDHJjjUxP1dQ6auXM2VuvgLqLEDDynEYC8VKdivQjb3r8ZwS9ar3qcL6M4dji9Z8Hl0I4mdgy2kOgA+uSLSMIonDOsrB\/EeLHzQ\/BBSJkBGS+ERjyrGUMTvP3m93LHnefkf3QIDAQAB",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "cep.png",
        "48": "cep.png",
        "128": "cep.png"
    },
    "host_permissions": [
        "https:\/\/apis.google.com\/*",
        "https:\/\/www.gstatic.com\/*",
        "https:\/\/*.firebaseio.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/securetoken.googleapis.com\/*",
        "https:\/\/fonts.gstatic.com\/*",
        "https:\/\/vocabinnews.com\/v1\/extension\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src  https:\/\/4englishapp.com https:\/\/vocabinnews.com https:\/\/fonts.gstatic.com https:\/\/firebasestorage.googleapis.com https:\/\/fonts.googleapis.com\/ https:\/\/identitytoolkit.googleapis.com\/ https:\/\/cdn.jsdelivr.net\/ https:\/\/cdn.jsdelivr.net\/npm\/ https:\/\/apis.google.com\/ https:\/\/apis.google.com\/js\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "4English Extension",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*\/*\/*",
                "*:\/\/*\/*\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "style\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "SourceSansPro-Regular.otf",
                "SourceSansPro-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "242262472149-n17ek7h2m9mmvgthle9tqgs24dmvovrq.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}