Rtl fix

Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages

O que é Rtl fix?

Rtl fix é uma extensão do Chrome desenvolvida por animhotep, e sua principal característica é "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rtl fix

Baixe arquivos de extensão Rtl fix 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

                        Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages                    

Informações Básicas da Extensão

Nome Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
URL Oficial https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
Descrição Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Tamanho do Arquivo 45.08 KB
Contagem de Instalações 11
Versão Atual 1.2
Última Atualização 2023-03-11
Data de Publicação 2023-03-08
Desenvolvedor animhotep
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 fix",
    "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages",
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}