English-Czech Dictionary

An extension providing English to Czech translation

O que é English-Czech Dictionary?

English-Czech Dictionary é uma extensão do Chrome desenvolvida por Tomas R, e sua principal característica é "An extension providing English to Czech translation".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão English-Czech Dictionary

Baixe arquivos de extensão English-Czech Dictionary 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 allows users to select (by dragging or double clicking) words on a website
and have them translated from english to czech.

To hide the translate box, either click elsewere on the website or press escape.

The selected word can be further modified in the input box.

The blue button translates the word using a dictionary packaged with the extension.
If this dictionary is insufficient,
the orange button translates the word using the Glosbe API (https://glosbe.com/).

Toto rozšíření umožňuje uživatelům vybrat (buď táhnutím nebo dovjitým kliknutím) slova
na webových stránkách a následně přeložit z angličtiny do češtiny.

Schovat překladový box můžete, buď kliknutím kdekoliv na stránce nebo zmáčknutím escape.

Vybrané slovo je možné dále upravit.

Modré tlačítko překládá slova pomocí slovníku přibaleného s tímto rozšířením.
Pokud by nedostačoval, oranžové tlačítko překládá pomocí Glosbe API (https://glosbe.com/).                    

Informações Básicas da Extensão

Nome English-Czech Dictionary English-Czech Dictionary
ID ggdmiakljmcidafmanoejhpalgphpobi
URL Oficial https://chromewebstore.google.com/detail/english-czech-dictionary/ggdmiakljmcidafmanoejhpalgphpobi
Descrição An extension providing English to Czech translation
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 43
Versão Atual 1.2.1
Última Atualização 2018-09-15
Data de Publicação 2018-09-15
Desenvolvedor Tomas R
Tipo de Pagamento free
Idiomas Suportados cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English-Czech Dictionary",
    "version": "1.2.1",
    "description": "An extension providing English to Czech translation",
    "homepage_url": "https:\/\/github.com\/zedpowa\/English-Czech-Dictionary#readme",
    "icons": {
        "48": "icons\/dict-48.png",
        "128": "icons\/dict-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/glosbe.com\/*"
    ],
    "web_accessible_resources": [
        "translator.html",
        "styles.css",
        "ua.svg",
        "da.svg",
        "dictionary\/1\/*.json",
        "dictionary\/2\/*.json",
        "dictionary\/3\/*.json",
        "dictionary\/4\/*.json"
    ]
}