fix RTL translate

fix RTL translate From https://bidar.app

fix RTL translate là gì?

fix RTL translate là một tiện ích mở rộng Chrome được phát triển bởi bidar.app, và tính năng chính của nó là "fix RTL translate From https://bidar.app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng fix RTL translate

Tải xuống các tệp mở rộng fix RTL translate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên fix RTL translate fix RTL translate
ID gcojlhljcpgbagiboedilgcoalmpjaaj
URL Chính Thức https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj
Mô tả fix RTL translate From https://bidar.app
Kích Thước Tệp 8.6 KB
Số Lần Cài Đặt 718
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-04
Ngày Phát Hành 2022-05-04
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển bidar.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}