4English

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

4Englishとは何ですか?

4Englishは4Englishによって開発されたChromeの拡張機能で、その主な機能は「A translator/dictionary extension, synchronize vocabulary with the 4English app」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

4English拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}