RTL ALL

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

Cos'è RTL ALL?

RTL ALL è un'estensione di Chrome sviluppata da dragonarab, e la sua funzione principale è "Flip web pages to right-to-left for Arabic display".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RTL ALL

Scarica i file di estensione RTL ALL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
URL Ufficiale https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
Descrizione Flip web pages to right-to-left for Arabic display
Dimensione del File 6.99 KB
Conteggio Installazioni 1,682
Versione Corrente 1.0
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2023-04-07
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore dragonarab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}