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 |
| 官方網址 | 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
}
} | |