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 |
| Eメール | [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"
]
} | |