STUDY4

STUDY4 Extension

Cos'è STUDY4?

STUDY4 è un'estensione di Chrome sviluppata da STUDY4, e la sua funzione principale è "STUDY4 Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione STUDY4

Scarica i file di estensione STUDY4 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome STUDY4 STUDY4
ID jefmonmbihnpfebehladbckmmfjncabp
URL Ufficiale https://chromewebstore.google.com/detail/study4/jefmonmbihnpfebehladbckmmfjncabp
Descrizione STUDY4 Extension
Dimensione del File 237 KB
Conteggio Installazioni 6,003
Versione Corrente 0.4
Ultimo Aggiornamento 2023-10-20
Data di Pubblicazione 2021-11-28
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore STUDY4
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://study4.com
URL della Pagina della Politica sulla Privacy https://study4.online/privacy
Lingue Supportate 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\/*"
    ]
}