translate to local language

select text and right click it, then you will see the menu

What is translate to local language?

translate to local language is a Chrome extension developed by zen, and its main feature is "select text and right click it, then you will see the menu".

Extension Screenshots

screenshot

Download translate to local language Extension CRX File

Download translate to local language 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

                        select text then right click it...no matter what language you use.                    

Extension Basic Information

Name translate to local language translate to local language
ID ioeanppiclmdjkeijlgebjnmbdpkckem
Official URL https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem
Description select text and right click it, then you will see the menu
File Size 13.96 KB
Installation Count 21
Current Version 0.5
Last Updated 2020-12-06
Publish Date 2019-12-18
Developer zen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "translate to local language",
    "description": "select text and right click it, then you will see the menu",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "google_trans.js"
        ]
    },
    "manifest_version": 2
}