RTL ALL

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

O que é RTL ALL?

RTL ALL é uma extensão do Chrome desenvolvida por dragonarab, e sua principal característica é "Flip web pages to right-to-left for Arabic display".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RTL ALL

Baixe arquivos de extensão RTL ALL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
URL Oficial https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
Descrição Flip web pages to right-to-left for Arabic display
Tamanho do Arquivo 6.99 KB
Contagem de Instalações 1,682
Versão Atual 1.0
Última Atualização 2023-11-24
Data de Publicação 2023-04-07
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor dragonarab
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}