LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Was ist LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu ist eine Chrome-Erweiterung, die von teahat_dev entwickelt wurde, und ihr Hauptmerkmal ist "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Erweiterungsscreenshots
LineBreakRemover for DeepL ContextMenu-Erweiterungs-CRX-Datei herunterladen
Laden Sie LineBreakRemover for DeepL ContextMenu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njddmnlbagjbfflgigchnigdeohkjnbh |
| Offizielle URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
| Beschreibung | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
| Dateigröße | 9.37 KB |
| Installationsanzahl | 992 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2021-05-16 |
| Veröffentlichungsdatum | 2021-05-10 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | teahat_dev |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |