deepl-select-jump

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

deepl-select-jumpとは何ですか?

deepl-select-jumpはhttps://www.u.tsukuba.ac.jp/~s1811528によって開発されたChromeの拡張機能で、その主な機能は「選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加」です。

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

screenshot
screenshot

deepl-select-jump拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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翻訳が選択したテキストが入力された状態で開く(別タブ)
※デフォルトで「自動検出->日本語」です                    

拡張機能の基本情報

名前 deepl-select-jump deepl-select-jump
ID hmejdnnbejbmmpfnpojbmhecjfkkheme
公式URL https://chromewebstore.google.com/detail/deepl-select-jump/hmejdnnbejbmmpfnpojbmhecjfkkheme
説明 選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
ファイルサイズ 8.91 KB
インストール数 1,817
現在のバージョン 0.2
最終更新日 2020-08-06
公開日 2020-05-30
評価 4.33/5 合計 3 レビュー
開発者 https://www.u.tsukuba.ac.jp/~s1811528
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/eggplants/deepl-select-jump
ヘルプページのURL https://github.com/eggplants/deepl-select-jump/issues
対応言語 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"
    }
}