RTL ALL

Flip web pages to right-to-left for Arabic display

What is RTL ALL?

RTL ALL is a Chrome extension developed by dragonarab, and its main feature is "Flip web pages to right-to-left for Arabic display".

Extension Screenshots

screenshot

Download RTL ALL Extension CRX File

Download RTL ALL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
Official URL https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
Description Flip web pages to right-to-left for Arabic display
File Size 6.99 KB
Installation Count 1,682
Current Version 1.0
Last Updated 2023-11-24
Publish Date 2023-04-07
Rating 4.44/5 Total 9 Ratings
Developer dragonarab
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}