STUDY4

STUDY4 Extension

STUDY4とは何ですか?

STUDY4はSTUDY4によって開発されたChromeの拡張機能で、その主な機能は「STUDY4 Extension」です。

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

screenshot
screenshot

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

STUDY4拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        English – Vietnamese / English – English / English example sentences Instant Word Translation Extension. Save flashcards instantly and later review on https://study4.com/flashcards/

STUDY4 Extension giúp bạn dễ dàng tra cứu nghĩa Anh-Anh, Anh-Việt và các câu ví dụ ngay trên website; sau đó bạn có thể tạo thẻ từ (flashcards) để ôn tập theo phương pháp spaced repetition trên website study4.com.                    

拡張機能の基本情報

名前 STUDY4 STUDY4
ID jefmonmbihnpfebehladbckmmfjncabp
公式URL https://chromewebstore.google.com/detail/study4/jefmonmbihnpfebehladbckmmfjncabp
説明 STUDY4 Extension
ファイルサイズ 237 KB
インストール数 6,003
現在のバージョン 0.4
最終更新日 2023-10-20
公開日 2021-11-28
評価 4.33/5 合計 6 レビュー
開発者 STUDY4
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://study4.com
プライバシーポリシーページのURL https://study4.online/privacy
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STUDY4",
    "author": "STUDY4",
    "description": "STUDY4 Extension",
    "version": "0.4",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "*.css",
                "*.js",
                "frame.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "STUDY4 Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.min.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-script.min.css"
            ],
            "js": [
                "content-script.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/glosbe.com\/*",
        "https:\/\/dictionary.cambridge.org\/*",
        "https:\/\/dict.laban.vn\/*",
        "https:\/\/www.thesaurus.com\/*",
        "https:\/\/ozdic.com\/*",
        "https:\/\/study4.online\/*",
        "https:\/\/study4.com\/*"
    ]
}