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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}