Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Что такое Dicty data (EN-HU)?

Dicty data (EN-HU) - это расширение Chrome, разработанное https://dicty.net, и его основная функция - "English-Hungarian dictionary plugin for Dicty.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dicty data (EN-HU)

Скачайте файлы расширений Dicty data (EN-HU) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
Официальный URL https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Описание English-Hungarian dictionary plugin for Dicty.
Размер файла 6.2 MB
Количество установок 96
Текущая Версия 1.0.6
Последнее Обновление 2022-08-13
Дата публикации 2018-02-01
Разработчик https://dicty.net
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}