4English

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

Was ist 4English?

4English ist eine Chrome-Erweiterung, die von 4English entwickelt wurde, und ihr Hauptmerkmal ist "A translator/dictionary extension, synchronize vocabulary with the 4English app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

4English-Erweiterungs-CRX-Datei herunterladen

Laden Sie 4English-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 4English 4English
ID pndgpdgfpmmnfclojdfbnlcflecnhlnn
Offizielle URL https://chromewebstore.google.com/detail/4english/pndgpdgfpmmnfclojdfbnlcflecnhlnn
Beschreibung A translator/dictionary extension, synchronize vocabulary with the 4English app
Dateigröße 319 KB
Installationsanzahl 2,032
Aktuelle Version 1.0
Letztes Update 2023-07-28
Veröffentlichungsdatum 2023-07-23
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler 4English
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}