Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Apa itu Dicty data (EN-HU)?

Dicty data (EN-HU) adalah ekstensi Chrome yang dikembangkan oleh https://dicty.net, dan fitur utamanya adalah "English-Hungarian dictionary plugin for Dicty.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dicty data (EN-HU)

Unduh file ekstensi Dicty data (EN-HU) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
URL Resmi https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Deskripsi English-Hungarian dictionary plugin for Dicty.
Ukuran File 6.2 MB
Jumlah Instalasi 96
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2022-08-13
Tanggal Publikasi 2018-02-01
Pengembang https://dicty.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}