English-Czech Dictionary

An extension providing English to Czech translation

什么是English-Czech Dictionary?

English-Czech Dictionary是由Tomas R开发的Chrome扩展程序,该扩展的主要功能是“An extension providing English to Czech translation”。

扩展截图

screenshot

下载English-Czech Dictionary扩展crx文件

下载English-Czech Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/).                    

扩展基本信息

名称 English-Czech Dictionary English-Czech Dictionary
ID ggdmiakljmcidafmanoejhpalgphpobi
官方URL https://chromewebstore.google.com/detail/english-czech-dictionary/ggdmiakljmcidafmanoejhpalgphpobi
简介 An extension providing English to Czech translation
文件大小 1.11 MB
安装次数 43
当前版本 1.2.1
更新时间 2018-09-15
上架时间 2018-09-15
开发者 Tomas R
付费类型 free
支持的语言 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"
    ]
}