LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
¿Qué es LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu es una extensión de Chrome desarrollada por teahat_dev, y su función principal es "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LineBreakRemover for DeepL ContextMenu
Descarga archivos de extensión LineBreakRemover for DeepL ContextMenu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
URL Oficial | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
Descripción | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
Tamaño del Archivo | 9.37 KB |
Cantidad de Instalaciones | 992 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-05-16 |
Fecha de Publicación | 2021-05-10 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | teahat_dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } } |