Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
Qu'est-ce que Dicty data (EN-HU) ?
Dicty data (EN-HU) est une extension Chrome développée par https://dicty.net, et sa fonction principale est "English-Hungarian dictionary plugin for Dicty.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dicty data (EN-HU)
Téléchargez les fichiers d'extension Dicty data (EN-HU) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dicty data (EN-HU) |
ID | dhopbldhjhachhepnpdbengekllhibej |
URL Officiel | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej |
Description | English-Hungarian dictionary plugin for Dicty. |
Taille du Fichier | 6.2 MB |
Nombre d'Installations | 96 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2022-08-13 |
Date de Publication | 2018-02-01 |
Développeur | https://dicty.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |