Brave Translator

A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.

What is Brave Translator?

Brave Translator is a Chrome extension developed by Shawn McCool, and its main feature is "A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.".

Extension Screenshots

screenshot

Download Brave Translator Extension CRX File

Download Brave 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

                        Context-menu or shortcut key your way into a page translated with Google Translate.                    

Extension Basic Information

Name Brave Translator Brave Translator
ID nlejongokighfhpbgjpebeipeofncpda
Official URL https://chromewebstore.google.com/detail/brave-translator/nlejongokighfhpbgjpebeipeofncpda
Description A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.
File Size 26.06 KB
Installation Count 8,761
Current Version 1.1
Last Updated 2021-10-18
Publish Date 2021-05-13
Rating 4.29/5 Total 7 Ratings
Developer Shawn McCool
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brave Translator",
    "description": "A quick way to translate full pages in Brave \/ Chromium. Click the icon or Ctrl + Shift + 2.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "action": {
        "default_title": "Translate this page."
    },
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "translate-page": {
            "suggested_key": {
                "default": "Ctrl + Shift + 2",
                "mac": "Ctrl + Shift + 2"
            },
            "description": "Translates current page."
        }
    }
}