RtL Fixer

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

Qu'est-ce que RtL Fixer ?

RtL Fixer est une extension Chrome développée par https://beesworks.net, et sa fonction principale est "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RtL Fixer

Téléchargez les fichiers d'extension RtL Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
URL Officiel https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Description Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Taille du Fichier 388 KB
Nombre d'Installations 1,547
Version Actuelle 2.0.2
Dernière Mise à Jour 2020-03-05
Date de Publication 2020-03-04
Évaluation 4.75/5 Total 53 Évaluations
Développeur https://beesworks.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}