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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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