LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Cos'è LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu è un'estensione di Chrome sviluppata da teahat_dev, e la sua funzione principale è "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LineBreakRemover for DeepL ContextMenu
Scarica i file di estensione LineBreakRemover for DeepL ContextMenu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | njddmnlbagjbfflgigchnigdeohkjnbh |
| URL Ufficiale | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
| Descrizione | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
| Dimensione del File | 9.37 KB |
| Conteggio Installazioni | 992 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-05-16 |
| Data di Pubblicazione | 2021-05-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | teahat_dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |