DeepL Write Invert Colors

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

DeepL Write Invert Colors là gì?

DeepL Write Invert Colors là một tiện ích mở rộng Chrome được phát triển bởi KM, và tính năng chính của nó là "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeepL Write Invert Colors

Tải xuống các tệp mở rộng DeepL Write Invert Colors 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

                        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.                    

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

Tên DeepL Write Invert Colors DeepL Write Invert Colors
ID apnpfphfnoonficacaaempgnhhlemjom
URL Chính Thức https://chromewebstore.google.com/detail/deepl-write-invert-colors/apnpfphfnoonficacaaempgnhhlemjom
Mô tả Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'
Kích Thước Tệp 9.13 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2023-04-03
Nhà Phát Triển KM
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": "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"
            ]
        }
    ]
}