RtL Fixer

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

RtL Fixer là gì?

RtL Fixer là một tiện ích mở rộng Chrome được phát triển bởi https://beesworks.net, và tính năng chính của nó là "Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RtL Fixer

Tải xuống các tệp mở rộng RtL Fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RtL Fixer RtL Fixer
ID mkeclhaiiffmeeokkomoameekkpiiecf
URL Chính Thức https://chromewebstore.google.com/detail/rtl-fixer/mkeclhaiiffmeeokkomoameekkpiiecf
Mô tả Fix the RTL languages sentences when mixed with LTR words on Youtube, linkedin, and Github
Kích Thước Tệp 388 KB
Số Lần Cài Đặt 1,547
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2020-03-05
Ngày Phát Hành 2020-03-04
Đánh Giá 4.75/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://beesworks.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}