Brave Translator

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

什么是Brave Translator?

Brave Translator是由Shawn McCool开发的Chrome扩展程序,该扩展的主要功能是“A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.”。

扩展截图

screenshot

下载Brave Translator扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Brave Translator Brave Translator
ID nlejongokighfhpbgjpebeipeofncpda
官方URL https://chromewebstore.google.com/detail/brave-translator/nlejongokighfhpbgjpebeipeofncpda
简介 A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.
文件大小 26.06 KB
安装次数 8,761
当前版本 1.1
更新时间 2021-10-18
上架时间 2021-05-13
评分 4.29/5 共7次评分
开发者 Shawn McCool
电子邮箱 [email protected]
付费类型 free
支持的语言 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."
        }
    }
}