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
Eメール [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"
            }
        }
    }
}