Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Hvad er Dicty data (EN-HU)?

Dicty data (EN-HU) er en Chrome-udvidelse udviklet af https://dicty.net, og dens hovedfunktion er "English-Hungarian dictionary plugin for Dicty.".

Udvidelsesskærmbilleder

screenshot

Download Dicty data (EN-HU)-udvidelses-CRX-fil

Download Dicty data (EN-HU)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is a data module for Dicty (available separately) that extends the main extension with a English-Hungarian translation pairs from publicly available sources (the famous Vonyó dictionary, JGL Szótár). The Dicty extension also needs to be installed in order to use this module.                    

Grundlæggende oplysninger om udvidelsen

Navn Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
Officiel URL https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Beskrivelse English-Hungarian dictionary plugin for Dicty.
Filstørrelse 6.2 MB
Antal Installationer 96
Nuværende Version 1.0.6
Senest Opdateret 2022-08-13
Udgivelsesdato 2018-02-01
Udvikler https://dicty.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dicty data (EN-HU)",
    "short_name": "Dicty EN-HU",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "English-Hungarian dictionary plugin for Dicty.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "tokenizer.js",
            "cache.js",
            "retriever.js",
            "scorer.js",
            "format.js",
            "binutils.js",
            "background.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [],
    "web_accessible_resources": [
        "metadata.json",
        "index.bin",
        "dictionary.bin",
        "freq.bin"
    ]
}