STUDY4

STUDY4 Extension

STUDY4 là gì?

STUDY4 là một tiện ích mở rộng Chrome được phát triển bởi STUDY4, và tính năng chính của nó là "STUDY4 Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng STUDY4

Tải xuống các tệp mở rộng STUDY4 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên STUDY4 STUDY4
ID jefmonmbihnpfebehladbckmmfjncabp
URL Chính Thức https://chromewebstore.google.com/detail/study4/jefmonmbihnpfebehladbckmmfjncabp
Mô tả STUDY4 Extension
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 6,003
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2023-10-20
Ngày Phát Hành 2021-11-28
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển STUDY4
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://study4.com
URL Trang Chính Sách Bảo Mật https://study4.online/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}