LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
LineBreakRemover for DeepL ContextMenuとは何ですか?
LineBreakRemover for DeepL ContextMenuはteahat_devによって開発されたChromeの拡張機能で、その主な機能は「An extension that allows you to select text and right-click to access DeepL with line breaks removed.」です。
拡張機能のスクリーンショット
LineBreakRemover for DeepL ContextMenu拡張機能のCRXファイルをダウンロード
LineBreakRemover for DeepL ContextMenu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you select a text in a PDF and try to translate it with the application DeepL (deepl.com), it may contain unwanted line breaks. By selecting the text and right-clicking and selecting this extension, you can remove the line breaks in the selected text and access the DeepL website.
拡張機能の基本情報
名前 | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
公式URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
説明 | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
ファイルサイズ | 9.37 KB |
インストール数 | 992 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-05-16 |
公開日 | 2021-05-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | teahat_dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LineBreakRemover for DeepL ContextMenu", "version": "1.0.1", "permissions": [ "contextMenus", "storage" ], "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html", "run_at": "document_start" }, "options_ui": { "page": "options.html", "chrome_style": true } } |