fix RTL translate

fix RTL translate From https://bidar.app

Was ist fix RTL translate?

fix RTL translate ist eine Chrome-Erweiterung, die von bidar.app entwickelt wurde, und ihr Hauptmerkmal ist "fix RTL translate From https://bidar.app".

Erweiterungsscreenshots

screenshot
screenshot

fix RTL translate-Erweiterungs-CRX-Datei herunterladen

Laden Sie fix RTL translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
Offizielle URL https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Beschreibung fix RTL translate From https://bidar.app
Dateigröße 8.6 KB
Installationsanzahl 718
Aktuelle Version 1.0
Letztes Update 2022-05-04
Veröffentlichungsdatum 2022-05-04
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler bidar.app
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}