RtL Fixer

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

¿Qué es RtL Fixer?

RtL Fixer es una extensión de Chrome desarrollada por https://beesworks.net, y su función principal es "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RtL Fixer

Descarga archivos de extensión RtL Fixer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
URL Oficial https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Descripción Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Tamaño del Archivo 388 KB
Cantidad de Instalaciones 1,547
Versión Actual 2.0.2
Última Actualización 2020-03-05
Fecha de Publicación 2020-03-04
Calificación 4.75/5 Total de 53 Calificaciones
Desarrollador https://beesworks.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}