fix RTL translate

fix RTL translate From https://bidar.app

Что такое fix RTL translate?

fix RTL translate - это расширение Chrome, разработанное bidar.app, и его основная функция - "fix RTL translate From https://bidar.app".

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

screenshot
screenshot

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

Скачайте файлы расширений fix RTL translate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        If you use Google Chrome Translator to translate the entire site, texts from right-to-left languages such as Persian and Arabic are incorrect because they are still left-to-right, only translated.
This plugin solves the problem.
Before translating the English site into Persian or Arabic
Click on our plugin then the "fix" badge will be displayed. Now translate the whole site and you will see that the translation quality has improved and the words and verbs are in the right place.                    

Основная информация о расширении

Название fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
Официальный URL https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Описание fix RTL translate From https://bidar.app
Размер файла 8.6 KB
Количество установок 718
Текущая Версия 1.0
Последнее Обновление 2022-05-04
Дата публикации 2022-05-04
Рейтинг 5.00/5 Всего 8 оценок
Разработчик bidar.app
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fix RTL translate",
    "action": {
        "default_icon": {
            "16": "fixRTL16.png",
            "48": "fixRTL48.png",
            "128": "fixRTL128.png"
        },
        "default_title": "Press Ctrl+Shift+F to fix translate"
    },
    "manifest_version": 3,
    "version": "1.0",
    "description": "fix RTL translate From https:\/\/bidar.app",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "homepage_url": "https:\/\/bidar.app\/project\/",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}