RTL ALL

Flip web pages to right-to-left for Arabic display

RTL ALL là gì?

RTL ALL là một tiện ích mở rộng Chrome được phát triển bởi dragonarab, và tính năng chính của nó là "Flip web pages to right-to-left for Arabic display".

Ả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 ALL

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

                        Flip web pages to right-to-left for Arabic & Hebrew display with the RTL ALL Chrome Extension. This extension provides an easy-to-use button that flips the page to RTL direction, making it more accessible for Arabic-Hebrew-speaking users. With just one click, you can switch between RTL and LTR directions for an improved browsing experience. The extension supports various CSS styles for directional elements, ensuring that your web page looks and feels natural in RTL direction. Install RTL ALL today and start browsing the web in a way that suits your needs!                    

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

Tên RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
URL Chính Thức https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
Mô tả Flip web pages to right-to-left for Arabic display
Kích Thước Tệp 6.99 KB
Số Lần Cài Đặt 1,682
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2023-04-07
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển dragonarab
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": 3,
    "name": "RTL ALL",
    "version": "1.0",
    "description": "Flip web pages to right-to-left for Arabic display",
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "96": "icon96.png"
        },
        "default_popup": "popup.html",
        "default_title": "RTL Flip"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "48": "icon.png"
    }
}