fix RTL translate

fix RTL translate From https://bidar.app

¿Qué es fix RTL translate?

fix RTL translate es una extensión de Chrome desarrollada por bidar.app, y su función principal es "fix RTL translate From https://bidar.app".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión fix RTL translate

Descarga archivos de extensión fix RTL translate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
URL Oficial https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Descripción fix RTL translate From https://bidar.app
Tamaño del Archivo 8.6 KB
Cantidad de Instalaciones 718
Versión Actual 1.0
Última Actualización 2022-05-04
Fecha de Publicación 2022-05-04
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador bidar.app
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            }
        }
    }
}