DeepL Translator Plus

This plugin enables fast translations using deepl.com.

DeepL Translator Plusとは何ですか?

DeepL Translator Plusはsapkraによって開発されたChromeの拡張機能で、その主な機能は「This plugin enables fast translations using deepl.com.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Features:
- Automatically translate selected text
- Restore last translated text
- Hide cookie consent if accepted on deepl.com
- Hide header to only show translator
- Options page to configure default languages
- Entry in context menu to translate selected text

Contributions welcome on GitHub!
https://github.com/sapkra/deepl-chrome-extension                    

拡張機能の基本情報

名前 DeepL Translator Plus DeepL Translator Plus
ID oaifgiocjahpndddpenihgnoccbmkghe
公式URL https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe
説明 This plugin enables fast translations using deepl.com.
ファイルサイズ 34.42 KB
インストール数 4,000
現在のバージョン 1.1.0
最終更新日 2020-11-11
公開日 2020-11-10
評価 2.91/5 合計 11 レビュー
開発者 sapkra
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sapkra/deepl-chrome-extension
ヘルプページのURL https://github.com/sapkra/deepl-chrome-extension/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Translator Plus",
    "description": "This plugin enables fast translations using deepl.com.",
    "version": "1.1.0",
    "page_action": {
        "default_popup": "popup.html",
        "defaut_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "declarativeContent",
        "https:\/\/*.deepl.com\/"
    ]
}