RtL Fixer

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

RtL Fixerとは何ですか?

RtL Fixerはhttps://beesworks.netによって開発されたChromeの拡張機能で、その主な機能は「Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github」です。

拡張機能のスクリーンショット

screenshot

RtL Fixer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}