The Easy Translator

The very easy in use translator.

什么是The Easy Translator?

The Easy Translator是由Sergey Vasilyev开发的Chrome扩展程序,该扩展的主要功能是“The very easy in use translator.”。

扩展截图

screenshot
screenshot
screenshot

下载The Easy Translator扩展crx文件

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

扩展使用说明

                        The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language.
On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate.

Just select a text -> right click -> Translate...
or
Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable)

Enjoy the Easy Translator!                    

扩展基本信息

名称 The Easy Translator The Easy Translator
ID ambcfpifajmjgfdaafnjdollbfemaeeg
官方URL https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg
简介 The very easy in use translator.
文件大小 11.81 KB
安装次数 10,000
当前版本 0.7.0.0
更新时间 2024-03-04
上架时间 2016-04-21
评分 4.34/5 共136次评分
开发者 Sergey Vasilyev
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.7.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128_v4.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "commands": {
        "translate": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extShortcutDescription__"
        }
    },
    "permissions": [
        "contextMenus",
        "system.display",
        "storage",
        "scripting",
        "activeTab"
    ]
}