fix RTL translate

fix RTL translate From https://bidar.app

什么是fix RTL translate?

fix RTL translate是由bidar.app开发的Chrome扩展程序,该扩展的主要功能是“fix RTL translate From https://bidar.app”。

扩展截图

screenshot
screenshot

下载fix RTL translate扩展crx文件

下载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"
            }
        }
    }
}