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
Eメール [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."
        }
    }
}