LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Hvad er LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu er en Chrome-udvidelse udviklet af teahat_dev, og dens hovedfunktion er "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Udvidelsesskærmbilleder
Download LineBreakRemover for DeepL ContextMenu-udvidelses-CRX-fil
Download LineBreakRemover for DeepL ContextMenu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | njddmnlbagjbfflgigchnigdeohkjnbh |
| Officiel URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
| Beskrivelse | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
| Filstørrelse | 9.37 KB |
| Antal Installationer | 992 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2021-05-16 |
| Udgivelsesdato | 2021-05-10 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | teahat_dev |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |