Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
什么是Dicty data (EN-HU)?
Dicty data (EN-HU)是由https://dicty.net开发的Chrome扩展程序,该扩展的主要功能是“English-Hungarian dictionary plugin for Dicty.”。
扩展截图
下载Dicty data (EN-HU)扩展crx文件
下载Dicty data (EN-HU)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | dhopbldhjhachhepnpdbengekllhibej | 
| 官方URL | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej | 
| 简介 | English-Hungarian dictionary plugin for Dicty. | 
| 文件大小 | 6.2 MB | 
| 安装次数 | 96 | 
| 当前版本 | 1.0.6 | 
| 更新时间 | 2022-08-13 | 
| 上架时间 | 2018-02-01 | 
| 开发者 | https://dicty.net | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    ]
}  |  |