Dicty data (DE-HU)

Német-magyar Dicty szótár modul.

Dicty data (DE-HU)란 무엇입니까?

Dicty data (DE-HU)은(는) https://dicty.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Német-magyar Dicty szótár modul."입니다.

Dicty data (DE-HU) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Német-magyar modul Dicty szótárhoz a MEK valamint JGL Szótár készlete alapján.                    

확장 프로그램 기본 정보

이름 Dicty data (DE-HU) Dicty data (DE-HU)
ID paacohbhoalibeleibbjdploemhppfbc
공식 URL https://chromewebstore.google.com/detail/dicty-data-de-hu/paacohbhoalibeleibbjdploemhppfbc
설명 Német-magyar Dicty szótár modul.
파일 크기 938 KB
설치 횟수 39
현재 버전 1.0.6
최근 업데이트 2018-02-01
출시 날짜 2018-02-01
평점 5.00/5 총 1 개의 평점
개발자 https://dicty.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dicty data (DE-HU)",
    "short_name": "Dicty DE-HU",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "N\u00e9met-magyar Dicty sz\u00f3t\u00e1r modul.",
    "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"
    ]
}