4English

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

Vad är 4English?

4English är en Chrome-tillägg utvecklad av 4English, och dess huvudfunktion är "A translator/dictionary extension, synchronize vocabulary with the 4English app".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner 4English-förlängningens CRX-fil

Ladda ner 4English-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 4English 4English
ID pndgpdgfpmmnfclojdfbnlcflecnhlnn
Officiell webbadress https://chromewebstore.google.com/detail/4english/pndgpdgfpmmnfclojdfbnlcflecnhlnn
Beskrivning A translator/dictionary extension, synchronize vocabulary with the 4English app
Filstorlek 319 KB
Antal Installationer 2,032
Aktuell Version 1.0
Senast Uppdaterad 2023-07-28
Publiceringsdatum 2023-07-23
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare 4English
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}