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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |