Contextual translator

Select the text and click the right button to translate.

什么是Contextual translator?

Contextual translator是由https://n10.dev开发的Chrome扩展程序,该扩展的主要功能是“Select the text and click the right button to translate.”。

扩展截图

screenshot
screenshot

下载Contextual translator扩展crx文件

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

扩展使用说明

                        Impossible easier:

- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.

Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual                    

扩展基本信息

名称 Contextual translator Contextual translator
ID lonkkphbooogeflneiinlchdpbjmipbn
官方URL https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn
简介 Select the text and click the right button to translate.
文件大小 41.25 KB
安装次数 5,093
当前版本 4.0
更新时间 2023-12-18
上架时间 2020-03-21
评分 3.83/5 共54次评分
开发者 https://n10.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://n10.dev
支持的语言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Edgar Mir\u00f3",
    "homepage_url": "https:\/\/www.n10.dev",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": false,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}