fix RTL translate

fix RTL translate From https://bidar.app

Cos'è fix RTL translate?

fix RTL translate è un'estensione di Chrome sviluppata da bidar.app, e la sua funzione principale è "fix RTL translate From https://bidar.app".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione fix RTL translate

Scarica i file di estensione fix RTL translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
URL Ufficiale https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Descrizione fix RTL translate From https://bidar.app
Dimensione del File 8.6 KB
Conteggio Installazioni 718
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-04
Data di Pubblicazione 2022-05-04
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore bidar.app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}