Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Was ist Dicty data (EN-HU)?

Dicty data (EN-HU) ist eine Chrome-Erweiterung, die von https://dicty.net entwickelt wurde, und ihr Hauptmerkmal ist "English-Hungarian dictionary plugin for Dicty.".

Erweiterungsscreenshots

screenshot

Dicty data (EN-HU)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dicty data (EN-HU)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
Offizielle URL https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Beschreibung English-Hungarian dictionary plugin for Dicty.
Dateigröße 6.2 MB
Installationsanzahl 96
Aktuelle Version 1.0.6
Letztes Update 2022-08-13
Veröffentlichungsdatum 2018-02-01
Entwickler https://dicty.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}