RTL ALL
Flip web pages to right-to-left for Arabic display
ما هو RTL ALL؟
RTL ALL هو إضافة Chrome تم تطويرها بواسطة dragonarab، والميزة الرئيسية لها هي "Flip web pages to right-to-left for Arabic display".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RTL ALL
قم بتنزيل ملفات الامتداد RTL ALL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Flip web pages to right-to-left for Arabic & Hebrew display with the RTL ALL Chrome Extension. This extension provides an easy-to-use button that flips the page to RTL direction, making it more accessible for Arabic-Hebrew-speaking users. With just one click, you can switch between RTL and LTR directions for an improved browsing experience. The extension supports various CSS styles for directional elements, ensuring that your web page looks and feels natural in RTL direction. Install RTL ALL today and start browsing the web in a way that suits your needs!
معلومات أساسية عن التمديد
الاسم | RTL ALL |
ID | eilpimgcclncpehhmnnplnfokcmdiefa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa |
الوصف | Flip web pages to right-to-left for Arabic display |
حجم الملف | 6.99 KB |
عدد التثبيتات | 1,682 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-11-24 |
تاريخ النشر | 2023-04-07 |
تقييم | 4.44/5 مجموع تقييمات 9 |
المطور | dragonarab |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RTL ALL", "version": "1.0", "description": "Flip web pages to right-to-left for Arabic display", "action": { "default_icon": { "48": "icon48.png", "96": "icon96.png" }, "default_popup": "popup.html", "default_title": "RTL Flip" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "48": "icon.png" } } |