Remove line breaks
Remove line breaks
ما هو Remove line breaks؟
Remove line breaks هو إضافة Chrome تم تطويرها بواسطة htconem81999hk67234، والميزة الرئيسية لها هي "Remove line breaks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove line breaks
قم بتنزيل ملفات الامتداد Remove line breaks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this utility to remove line breaks from a block of text with line breaks by following these steps. See the instructions: 1. Type or paste text with line breaks into the input. 2. Click the "Generate" button. 3. Results will be displayed in the output
معلومات أساسية عن التمديد
الاسم | |
ID | fkicibhmokfbhkngjnahahllkgkjlbob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob |
الوصف | Remove line breaks |
حجم الملف | 463 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-07-21 |
تاريخ النشر | 2023-06-06 |
المطور | htconem81999hk67234 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/extension-policy/home |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove line breaks", "version": "1.0.0", "version_name": "1.0.0", "description": "Remove line breaks", "action": { "default_icon": "icon-512.png", "default_popup": "popup.html" }, "options_ui": { "page": "option.html", "open_in_tab": false }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "icon-512.png", "48": "icon-512.png", "128": "icon-512.png" } } |