RTL ALL

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

Что такое RTL ALL?

RTL ALL - это расширение Chrome, разработанное dragonarab, и его основная функция - "Flip web pages to right-to-left for Arabic display".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения RTL ALL

Скачайте файлы расширений 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"
    }
}