fix RTL translate

fix RTL translate From https://bidar.app

Τι είναι το fix RTL translate;

Το fix RTL translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bidar.app, και η κύρια λειτουργία του είναι "fix RTL translate From https://bidar.app".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης fix RTL translate

Λήψη αρχείων επέκτασης 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"
            }
        }
    }
}