DeepL Write Invert Colors

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

Qu'est-ce que DeepL Write Invert Colors ?

DeepL Write Invert Colors est une extension Chrome développée par KM, et sa fonction principale est "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DeepL Write Invert Colors

Téléchargez les fichiers d'extension DeepL Write Invert Colors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DeepL Write Invert Colors DeepL Write Invert Colors
ID apnpfphfnoonficacaaempgnhhlemjom
URL Officiel https://chromewebstore.google.com/detail/deepl-write-invert-colors/apnpfphfnoonficacaaempgnhhlemjom
Description Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'
Taille du Fichier 9.13 KB
Nombre d'Installations 73
Version Actuelle 1.2
Dernière Mise à Jour 2023-07-31
Date de Publication 2023-04-03
Développeur KM
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}