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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inverts the colors of the 'DeepL Write' to distinguish from the 'DeepL Translate.'"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DeepL Write Invert Colors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |