Dicty data (EN-HU)

English-Hungarian dictionary plugin for Dicty.

Dicty data (EN-HU)คืออะไร?

Dicty data (EN-HU) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dicty.net และคุณลักษณะหลักของมันคือ "English-Hungarian dictionary plugin for Dicty."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dicty data (EN-HU)

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dicty data (EN-HU) Dicty data (EN-HU)
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"
    ]
}