LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Wat is LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu is een Chrome-extensie ontwikkeld door teahat_dev, en de belangrijkste functie is "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Extensie Screenshots
Download het CRX-bestand van de extensie LineBreakRemover for DeepL ContextMenu
Download LineBreakRemover for DeepL ContextMenu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | njddmnlbagjbfflgigchnigdeohkjnbh |
| Officiële URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
| Beschrijving | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
| Bestandsgrootte | 9.37 KB |
| Aantal Installaties | 992 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-05-16 |
| Publicatiedatum | 2021-05-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | teahat_dev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |