DeepL Write Invert Colors

Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'

Τι είναι το DeepL Write Invert Colors;

Το DeepL Write Invert Colors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KM, και η κύρια λειτουργία του είναι "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'".

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

screenshot

Λήψη αρχείου CRX της επέκτασης DeepL Write Invert Colors

Λήψη αρχείων επέκτασης DeepL Write Invert Colors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Imagine you're frequently toggling between 'DeepL Translate' and 'DeepL Write,' only to be slowed down by their similar interfaces. It's all too easy to mistakenly input your native language into 'DeepL Write.' Here's where 'DeepL Write Invert Colors' steps in. This straightforward plugin automatically inverts the colors of 'DeepL Write,' effectively differentiating it from 'DeepL Translate.' Say goodbye to confusion and lost time—with just a quick look, you'll know precisely where to type. As a fan of both services' outstanding functionalities, I designed this plugin to streamline your workflow and make the user interface even more user-friendly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DeepL Write Invert Colors DeepL Write Invert Colors
ID apnpfphfnoonficacaaempgnhhlemjom
Επίσημο URL https://chromewebstore.google.com/detail/deepl-write-invert-colors/apnpfphfnoonficacaaempgnhhlemjom
Περιγραφή Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'
Μέγεθος Αρχείου 9.13 KB
Αριθμός Εγκαταστάσεων 73
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-07-31
Ημερομηνία Δημοσίευσης 2023-04-03
Προγραμματιστής KM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeepL Write Invert Colors",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.deepl.com\/write*",
                "https:\/\/www.deepl.com\/*\/write"
            ],
            "js": [
                "invert-colors.js"
            ]
        }
    ]
}