Grammarly Dark
A dark theme for Grammarly documents.
Cos'è Grammarly Dark?
Grammarly Dark è un'estensione di Chrome sviluppata da Bart Zalewski, e la sua funzione principale è "A dark theme for Grammarly documents.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grammarly Dark
Scarica i file di estensione Grammarly Dark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Grammarly Dark |
ID | noojmhngiheennhgaffkfboanjpbkpep |
URL Ufficiale | https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep |
Descrizione | A dark theme for Grammarly documents. |
Dimensione del File | 13.82 KB |
Conteggio Installazioni | 28,116 |
Versione Corrente | 1.0.12 |
Ultimo Aggiornamento | 2022-01-09 |
Data di Pubblicazione | 2020-06-27 |
Valutazione | 4.07/5 Totale 60 Valutazioni |
Sviluppatore | Bart Zalewski |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://grammarlydark.netlify.app/ |
Lingue Supportate | 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" } } |