RTL ALL
Flip web pages to right-to-left for Arabic display
Was ist RTL ALL?
RTL ALL ist eine Chrome-Erweiterung, die von dragonarab entwickelt wurde, und ihr Hauptmerkmal ist "Flip web pages to right-to-left for Arabic display".
Erweiterungsscreenshots
RTL ALL-Erweiterungs-CRX-Datei herunterladen
Laden Sie RTL ALL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | RTL ALL |
ID | eilpimgcclncpehhmnnplnfokcmdiefa |
Offizielle URL | https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa |
Beschreibung | Flip web pages to right-to-left for Arabic display |
Dateigröße | 6.99 KB |
Installationsanzahl | 1,682 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-11-24 |
Veröffentlichungsdatum | 2023-04-07 |
Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
Entwickler | dragonarab |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |