deepl-select-jump

選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加

What is deepl-select-jump?

deepl-select-jump is a Chrome extension developed by https://www.u.tsukuba.ac.jp/~s1811528, and its main feature is "選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加".

Extension Screenshots

screenshot
screenshot

Download deepl-select-jump Extension CRX File

Download deepl-select-jump 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

                        How to use
1) Right-click on the selected text on the page.
2) "Throw the selected text to DeepL!
3) Open the DeepL translation with the selected text entered (in a separate tab)
* The default setting is "Auto-detect -> Japanese".

使い方
①ページ上で選択中のテキスト上で右クリック
②「選択中のテキストをDeepLに投げる!」を選択
③DeepL翻訳が選択したテキストが入力された状態で開く(別タブ)
※デフォルトで「自動検出->日本語」です                    

Extension Basic Information

Name deepl-select-jump deepl-select-jump
ID hmejdnnbejbmmpfnpojbmhecjfkkheme
Official URL https://chromewebstore.google.com/detail/deepl-select-jump/hmejdnnbejbmmpfnpojbmhecjfkkheme
Description 選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
File Size 8.91 KB
Installation Count 1,817
Current Version 0.2
Last Updated 2020-08-06
Publish Date 2020-05-30
Rating 4.33/5 Total 3 Ratings
Developer https://www.u.tsukuba.ac.jp/~s1811528
Email [email protected]
Payment Type free
Extension Website https://github.com/eggplants/deepl-select-jump
Help Page URL https://github.com/eggplants/deepl-select-jump/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "deepl-select-jump",
    "version": "0.2",
    "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e\u53f3\u30af\u30ea\u30c3\u30af\u30e1\u30cb\u30e5\u30fc\u306bDeepL\u7ffb\u8a33\u3078\u6295\u3052\u308b\u6a5f\u80fd\u3092\u8ffd\u52a0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    }
}