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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
}
} | |