Dicty data (EN-HU)
English-Hungarian dictionary plugin for Dicty.
O que é Dicty data (EN-HU)?
Dicty data (EN-HU) é uma extensão do Chrome desenvolvida por https://dicty.net, e sua principal característica é "English-Hungarian dictionary plugin for Dicty.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dicty data (EN-HU)
Baixe arquivos de extensão Dicty data (EN-HU) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Dicty data (EN-HU) |
ID | dhopbldhjhachhepnpdbengekllhibej |
URL Oficial | https://chromewebstore.google.com/detail/dicty-data-en-hu/dhopbldhjhachhepnpdbengekllhibej |
Descrição | English-Hungarian dictionary plugin for Dicty. |
Tamanho do Arquivo | 6.2 MB |
Contagem de Instalações | 96 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-08-13 |
Data de Publicação | 2018-02-01 |
Desenvolvedor | https://dicty.net |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |