STUDY4

STUDY4 Extension

O que é STUDY4?

STUDY4 é uma extensão do Chrome desenvolvida por STUDY4, e sua principal característica é "STUDY4 Extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão STUDY4

Baixe arquivos de extensão STUDY4 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome STUDY4 STUDY4
ID jefmonmbihnpfebehladbckmmfjncabp
URL Oficial https://chromewebstore.google.com/detail/study4/jefmonmbihnpfebehladbckmmfjncabp
Descrição STUDY4 Extension
Tamanho do Arquivo 237 KB
Contagem de Instalações 6,003
Versão Atual 0.4
Última Atualização 2023-10-20
Data de Publicação 2021-11-28
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor STUDY4
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://study4.com
URL da Página de Política de Privacidade https://study4.online/privacy
Idiomas Suportados 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\/*"
    ]
}