Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Dicty data (EN-HU) là gì?

Dicty data (EN-HU) là một tiện ích mở rộng Chrome được phát triển bởi https://dicty.net, và tính năng chính của nó là "English-Hungarian dictionary plugin for Dicty.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dicty data (EN-HU)

Tải xuống các tệp mở rộng Dicty data (EN-HU) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dicty data (EN-HU) Dicty data (EN-HU)
ID dhopbldhjhachhepnpdbengekllhibej
URL Chính Thức https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej
Mô tả English-Hungarian dictionary plugin for Dicty.
Kích Thước Tệp 6.2 MB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-08-13
Ngày Phát Hành 2018-02-01
Nhà Phát Triển https://dicty.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}