STUDY4

STUDY4 Extension

STUDY4란 무엇입니까?

STUDY4은(는) STUDY4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "STUDY4 Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

STUDY4 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}