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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}