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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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