RTL Text Director

This extension will automatically detect RTL text and change the direction of the text to RTL.

RTL Text Director là gì?

RTL Text Director là một tiện ích mở rộng Chrome được phát triển bởi zuhairtaha1, và tính năng chính của nó là "This extension will automatically detect RTL text and change the direction of the text to RTL.".

Ả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 Text Director

Tải xuống các tệp mở rộng RTL Text Director 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

                        Correcting the direction of texts that include RTL language so that they become from right to left, all with a single click

تصحيح اتجاه النصوص التي تتضمن اللغة العربية أو مزيج من اللغة العربية ولغة أخرى بحيث يصبح من اليمين إلى اليسار، كل ذلك بنقرة واحدة

تصحيح جهت متونی که شامل زبان فارسی یا ترکیبی از زبان فارسی و زبان دیگر است، به گونه ای که از راست به چپ می شود، تمام این کار با یک کلیک انجام می شود.

תיקון כיוון הטקסטים שמכילים עברית או שילוב של עברית ושפה אחרת כך שהם משמאל לימין, כל זה בלחיצת כפתור אחת.

تصحیح سمت متن جو اردو زبان یا اردو زبان اور کسی دوسری زبان کے مرکب ہوتی ہے تاکہ یہ دائیں سے بائیں ہوجائے، یہ سب کچھ صرف ایک کلک سے.

تصحیح جهت متن هایی که شامل زبان فارسی یا ترکیبی از زبان فارسی و زبان دیگر می شوند تا از راست به چپ باشند، تمام این ها با یک کلیک انجام می شود.                    

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

Tên RTL Text Director RTL Text Director
ID bhojfeaocoeikkknhmofogkkokjpjjlh
URL Chính Thức https://chromewebstore.google.com/detail/rtl-text-director/bhojfeaocoeikkknhmofogkkokjpjjlh
Mô tả This extension will automatically detect RTL text and change the direction of the text to RTL.
Kích Thước Tệp 23.39 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2023-06-05
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển zuhairtaha1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tahasoft.com/
URL Trang Trợ Giúp https://tahasoft.com/contact
Ngôn Ngữ Được Hỗ Trợ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTL Text Director",
    "description": "This extension will automatically detect RTL text and change the direction of the text to RTL.",
    "manifest_version": 3,
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content\/script.min.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}