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 là gì?
LineBreakRemover for DeepL ContextMenu là một tiện ích mở rộng Chrome được phát triển bởi teahat_dev, và tính năng chính của nó là "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LineBreakRemover for DeepL ContextMenu
Tải xuống các tệp mở rộng LineBreakRemover for DeepL ContextMenu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
URL Chính Thức | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
Mô tả | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
Kích Thước Tệp | 9.37 KB |
Số Lần Cài Đặt | 992 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-05-16 |
Ngày Phát Hành | 2021-05-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | teahat_dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |