RtL Fixer

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

Τι είναι το RtL Fixer;

Το RtL Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://beesworks.net, και η κύρια λειτουργία του είναι "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης RtL Fixer

Λήψη αρχείων επέκτασης RtL Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
Επίσημο URL https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Περιγραφή Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Μέγεθος Αρχείου 388 KB
Αριθμός Εγκαταστάσεων 1,547
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2020-03-05
Ημερομηνία Δημοσίευσης 2020-03-04
Αξιολόγηση 4.75/5 Συνολικά 53 Αξιολογήσεις
Προγραμματιστής https://beesworks.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}