DeepL Write Invert Colors
Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'
Apa itu DeepL Write Invert Colors?
DeepL Write Invert Colors adalah ekstensi Chrome yang dikembangkan oleh KM, dan fitur utamanya adalah "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DeepL Write Invert Colors
Unduh file ekstensi DeepL Write Invert Colors dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DeepL Write Invert Colors |
ID | apnpfphfnoonficacaaempgnhhlemjom |
URL Resmi | https://chromewebstore.google.com/detail/deepl-write-invert-colors/apnpfphfnoonficacaaempgnhhlemjom |
Deskripsi | Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.' |
Ukuran File | 9.13 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-07-31 |
Tanggal Publikasi | 2023-04-03 |
Pengembang | KM |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |