fix RTL translate

fix RTL translate From https://bidar.app

O que é fix RTL translate?

fix RTL translate é uma extensão do Chrome desenvolvida por bidar.app, e sua principal característica é "fix RTL translate From https://bidar.app".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão fix RTL translate

Baixe arquivos de extensão fix RTL translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
URL Oficial https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Descrição fix RTL translate From https://bidar.app
Tamanho do Arquivo 8.6 KB
Contagem de Instalações 718
Versão Atual 1.0
Última Atualização 2022-05-04
Data de Publicação 2022-05-04
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor bidar.app
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}