RtL Fixer

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

Wat is RtL Fixer?

RtL Fixer is een Chrome-extensie ontwikkeld door https://beesworks.net, en de belangrijkste functie is "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RtL Fixer

Download RtL Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
Officiële URL https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Beschrijving Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Bestandsgrootte 388 KB
Aantal Installaties 1,547
Huidige Versie 2.0.2
Laatst Bijgewerkt 2020-03-05
Publicatiedatum 2020-03-04
Beoordeling 4.75/5 Totaal 53 Beoordelingen
Ontwikkelaar https://beesworks.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}