The Easy Translator

The very easy in use translator.

The Easy Translatorとは何ですか?

The Easy TranslatorはSergey Vasilyevによって開発されたChromeの拡張機能で、その主な機能は「The very easy in use translator.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

The Easy Translator拡張機能のCRXファイルをダウンロード

The Easy Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language.
On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate.

Just select a text -> right click -> Translate...
or
Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable)

Enjoy the Easy Translator!                    

拡張機能の基本情報

名前 The Easy Translator The Easy Translator
ID ambcfpifajmjgfdaafnjdollbfemaeeg
公式URL https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg
説明 The very easy in use translator.
ファイルサイズ 11.81 KB
インストール数 10,000
現在のバージョン 0.7.0.0
最終更新日 2024-03-04
公開日 2016-04-21
評価 4.34/5 合計 136 レビュー
開発者 Sergey Vasilyev
Eメール [email protected]
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.7.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128_v4.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "commands": {
        "translate": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extShortcutDescription__"
        }
    },
    "permissions": [
        "contextMenus",
        "system.display",
        "storage",
        "scripting",
        "activeTab"
    ]
}