Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
What is Dicty data (EN-HU)?
Dicty data (EN-HU) is a Chrome extension developed by https://dicty.net, and its main feature is "English-Hungarian dictionary plugin for Dicty.".
Extension Screenshots
Download Dicty data (EN-HU) Extension CRX File
Download Dicty data (EN-HU) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | dhopbldhjhachhepnpdbengekllhibej |
| Official URL | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej |
| Description | English-Hungarian dictionary plugin for Dicty. |
| File Size | 6.2 MB |
| Installation Count | 96 |
| Current Version | 1.0.6 |
| Last Updated | 2022-08-13 |
| Publish Date | 2018-02-01 |
| Developer | https://dicty.net |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |