Grammarly Dark
A dark theme for Grammarly documents.
Hvad er Grammarly Dark?
Grammarly Dark er en Chrome-udvidelse udviklet af Bart Zalewski, og dens hovedfunktion er "A dark theme for Grammarly documents.".
Udvidelsesskærmbilleder
Download Grammarly Dark-udvidelses-CRX-fil
Download Grammarly Dark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Grammarly Dark |
ID | noojmhngiheennhgaffkfboanjpbkpep |
Officiel URL | https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep |
Beskrivelse | A dark theme for Grammarly documents. |
Filstørrelse | 13.82 KB |
Antal Installationer | 28,116 |
Nuværende Version | 1.0.12 |
Senest Opdateret | 2022-01-09 |
Udgivelsesdato | 2020-06-27 |
Bedømmelse | 4.07/5 Samlet 60 Bedømmelser |
Udvikler | Bart Zalewski |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://grammarlydark.netlify.app/ |
Understøttede Sprog | 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" } } |