Grammarly Dark
A dark theme for Grammarly documents.
Grammarly Dark क्या है?
Grammarly Dark Bart Zalewski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A dark theme for Grammarly documents."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grammarly Dark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unofficial Grammarly dark theme. Ease your eyes while writing in the Grammarly app. Grammarly Dark for Google Chrome provides a dark mode for the Grammarly app online. The benefits of using this extension: ✔ Beautiful, dark color theme (not inverted colors) ✔ Reduces eye strain ✔ Get proper sleep at night ✔ Eliminate the harmful blue light ✔ Created by a web developer How to use it? 1. Install 2. Log in to your Grammarly account and head to the dashboard. Grammarly Dark is an open-source project, available on GitHub: https://github.com/bartzalewski/grammarly-dark
एक्सटेंशन की मूल जानकारी
नाम | Grammarly Dark |
ID | noojmhngiheennhgaffkfboanjpbkpep |
आधिकारिक URL | https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep |
विवरण | A dark theme for Grammarly documents. |
फ़ाइल का आकार | 13.82 KB |
स्थापना संख्या | 28,116 |
वर्तमान संस्करण | 1.0.12 |
अंतिम अपडेट | 2022-01-09 |
प्रकाशन तिथि | 2020-06-27 |
रेटिंग | 4.07/5 कुल 60 रेटिंग्स |
डेवलपर | Bart Zalewski |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://grammarlydark.netlify.app/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammarly Dark", "description": "A dark theme for Grammarly documents.", "version": "1.0.12", "content_scripts": [ { "matches": [ "https:\/\/app.grammarly.com\/*", "https:\/\/account.grammarly.com\/*" ], "css": [ "index.css" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |