RTL ALL

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

什么是RTL ALL?

RTL ALL是由dragonarab开发的Chrome扩展程序,该扩展的主要功能是“Flip web pages to right-to-left for Arabic display”。

扩展截图

screenshot

下载RTL ALL扩展crx文件

下载RTL ALL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
官方URL https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
简介 Flip web pages to right-to-left for Arabic display
文件大小 6.99 KB
安装次数 1,682
当前版本 1.0
更新时间 2023-11-24
上架时间 2023-04-07
评分 4.44/5 共9次评分
开发者 dragonarab
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}