LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
ما هو LineBreakRemover for DeepL ContextMenu؟
LineBreakRemover for DeepL ContextMenu هو إضافة Chrome تم تطويرها بواسطة teahat_dev، والميزة الرئيسية لها هي "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LineBreakRemover for DeepL ContextMenu
قم بتنزيل ملفات الامتداد LineBreakRemover for DeepL ContextMenu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | njddmnlbagjbfflgigchnigdeohkjnbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
| الوصف | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
| حجم الملف | 9.37 KB |
| عدد التثبيتات | 992 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2021-05-16 |
| تاريخ النشر | 2021-05-10 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | teahat_dev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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
}
} | |