RTL ALL
Flip web pages to right-to-left for Arabic display
Apa itu RTL ALL?
RTL ALL adalah ekstensi Chrome yang dikembangkan oleh dragonarab, dan fitur utamanya adalah "Flip web pages to right-to-left for Arabic display".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RTL ALL
Unduh file ekstensi RTL ALL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | RTL ALL |
ID | eilpimgcclncpehhmnnplnfokcmdiefa |
URL Resmi | https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa |
Deskripsi | Flip web pages to right-to-left for Arabic display |
Ukuran File | 6.99 KB |
Jumlah Instalasi | 1,682 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-11-24 |
Tanggal Publikasi | 2023-04-07 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | dragonarab |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |