Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
Wat is Dicty data (EN-HU)?
Dicty data (EN-HU) is een Chrome-extensie ontwikkeld door https://dicty.net, en de belangrijkste functie is "English-Hungarian dictionary plugin for Dicty.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dicty data (EN-HU)
Download Dicty data (EN-HU)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dicty data (EN-HU) |
ID | dhopbldhjhachhepnpdbengekllhibej |
Officiële URL | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej |
Beschrijving | English-Hungarian dictionary plugin for Dicty. |
Bestandsgrootte | 6.2 MB |
Aantal Installaties | 96 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2022-08-13 |
Publicatiedatum | 2018-02-01 |
Ontwikkelaar | https://dicty.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |