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
官方網址 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"
    ]
}