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.'”。
擴展截圖
下載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 |
ID | apnpfphfnoonficacaaempgnhhlemjom |
官方網址 | 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" ] } ] } |