Translator Helper

Translator Helper provides an easier and less interruptive way to translate during browsing web pages.

什么是Translator Helper?

Translator Helper是由Surely开发的Chrome扩展程序,该扩展的主要功能是“Translator Helper provides an easier and less interruptive way to translate during browsing web pages.”。

扩展截图

screenshot

下载Translator Helper扩展crx文件

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

扩展使用说明

                        This extension will not and has no permission to access your page!

This extension adds a new "Translate" option on the right-click menu when you have selected some texts on the page. 

Click on the new option will simply opens Google Translate page in a window pop-up, with the selected content automatically loaded in Google Translate page.

The window will by default appear on top left side of your screen, you can move or resize it for your preferences. The extension will translate next item on the same window if you do not close it.

The extension simplifies the process to translate some text during view websites, as opening a new tab and copy-paste it is time wasting and interruptive.                    

扩展基本信息

名称 Translator Helper Translator Helper
ID bpbhkhahapjmpnhmniafkbpcakihjckl
官方URL https://chromewebstore.google.com/detail/translator-helper/bpbhkhahapjmpnhmniafkbpcakihjckl
简介 Translator Helper provides an easier and less interruptive way to translate during browsing web pages.
文件大小 8.72 KB
安装次数 142
当前版本 1.0.1
更新时间 2023-09-24
上架时间 2019-02-17
开发者 Surely
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translator Helper",
    "description": "Translator Helper provides an easier and less interruptive way to translate during browsing web pages.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "translator_helper.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48x48.png"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon128x128.png"
    },
    "permissions": [
        "contextMenus"
    ]
}