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はKMによって開発されたChromeの拡張機能で、その主な機能は「Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'」です。

拡張機能のスクリーンショット

screenshot

DeepL Write Invert Colors拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}