deepl-select-jump
選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
Cos'è deepl-select-jump?
deepl-select-jump è un'estensione di Chrome sviluppata da https://www.u.tsukuba.ac.jp/~s1811528, e la sua funzione principale è "選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione deepl-select-jump
Scarica i file di estensione deepl-select-jump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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翻訳が選択したテキストが入力された状態で開く(別タブ) ※デフォルトで「自動検出->日本語」です
Informazioni di Base sull'Estensione
Nome | deepl-select-jump |
ID | hmejdnnbejbmmpfnpojbmhecjfkkheme |
URL Ufficiale | https://chromewebstore.google.com/detail/deepl-select-jump/hmejdnnbejbmmpfnpojbmhecjfkkheme |
Descrizione | 選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加 |
Dimensione del File | 8.91 KB |
Conteggio Installazioni | 1,817 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-08-06 |
Data di Pubblicazione | 2020-05-30 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.u.tsukuba.ac.jp/~s1811528 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/eggplants/deepl-select-jump |
URL della Pagina di Aiuto | https://github.com/eggplants/deepl-select-jump/issues |
Lingue Supportate | 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" } } |