RtL Fixer

Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github

O que é RtL Fixer?

RtL Fixer é uma extensão do Chrome desenvolvida por https://beesworks.net, e sua principal característica é "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RtL Fixer

Baixe arquivos de extensão RtL Fixer 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

                        Fixing the issue of the mis alignment if you write sometext in any RTL language mixed with any LTR other language, the alignment will be messed up, check the samples before and after.

this extension will reply to who are searching for: "fix RTL direction on youtube or linkedin or Github"

To contact the developer or send suggestions, please send them to:
[email protected]

and follow me on twitter: @med7atdawoud                    

Informações Básicas da Extensão

Nome RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
URL Oficial https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Descrição Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Tamanho do Arquivo 388 KB
Contagem de Instalações 1,547
Versão Atual 2.0.2
Última Atualização 2020-03-05
Data de Publicação 2020-03-04
Classificação 4.75/5 Total de 53 Avaliações
Desenvolvedor https://beesworks.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RtL Fixer",
    "version": "2.0.2",
    "description": "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github",
    "page_action": {
        "default_icon": "images\/new\/icon.png",
        "default_title": "RtL Fixer"
    },
    "author": "Medhat Dawoud ",
    "icons": {
        "16": "images\/new\/icon-logo-16.png",
        "48": "images\/new\/icon-logo-48.png",
        "128": "images\/new\/icon-logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "dist\/bundle.js"
            ],
            "css": [
                "scripts\/index.css"
            ]
        }
    ]
}