DeepL Write Invert Colors
Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'
O que é DeepL Write Invert Colors?
DeepL Write Invert Colors é uma extensão do Chrome desenvolvida por KM, e sua principal característica é "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DeepL Write Invert Colors
Baixe arquivos de extensão DeepL Write Invert Colors no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DeepL Write Invert Colors |
ID | apnpfphfnoonficacaaempgnhhlemjom |
URL Oficial | https://chromewebstore.google.com/detail/deepl-write-invert-colors/apnpfphfnoonficacaaempgnhhlemjom |
Descrição | Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.' |
Tamanho do Arquivo | 9.13 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.2 |
Última Atualização | 2023-07-31 |
Data de Publicação | 2023-04-03 |
Desenvolvedor | KM |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |