Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
Vad är Dicty data (EN-HU)?
Dicty data (EN-HU) är en Chrome-tillägg utvecklad av https://dicty.net, och dess huvudfunktion är "English-Hungarian dictionary plugin for Dicty.".
Tilläggsskärmbilder
Ladda ner Dicty data (EN-HU)-förlängningens CRX-fil
Ladda ner Dicty data (EN-HU)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Dicty data (EN-HU) |
ID | dhopbldhjhachhepnpdbengekllhibej |
Officiell webbadress | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej |
Beskrivning | English-Hungarian dictionary plugin for Dicty. |
Filstorlek | 6.2 MB |
Antal Installationer | 96 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2022-08-13 |
Publiceringsdatum | 2018-02-01 |
Utvecklare | https://dicty.net |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |