Translator

Right Click to translate selected text using Google Translate

What is Translator?

Translator is a Chrome extension developed by Jofen, and its main feature is "Right Click to translate selected text using Google Translate".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Translator Extension CRX File

Download Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Translate selected text or full page
A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages.

How to translate text:
Select required text on any web page and right click to select "Translate Selected.

How to translate full page:
Right click and select "Translate Full Page"                    

Extension Basic Information

Name Translator Translator
ID condlopdddofpgcdjfnoepbdkcgckmgb
Official URL https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb
Description Right Click to translate selected text using Google Translate
File Size 22.66 KB
Installation Count 133,761
Current Version 1.0
Last Updated 2019-06-26
Publish Date 2019-06-25
Rating 3.91/5 Total 32 Ratings
Developer Jofen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translator",
    "description": "Right Click to translate selected text using Google Translate",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage"
    ]
}