Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Co to jest Dicty data (EN-HU)?

Dicty data (EN-HU) to rozszerzenie Chrome opracowane przez https://dicty.net, a jego główną funkcją jest „English-Hungarian dictionary plugin for Dicty.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dicty data (EN-HU)

Pobierz pliki rozszerzeń Dicty data (EN-HU) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
Oficjalny URL https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Opis English-Hungarian dictionary plugin for Dicty.
Rozmiar pliku 6.2 MB
Liczba instalacji 96
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-08-13
Data Publikacji 2018-02-01
Deweloper https://dicty.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}