Grammarly Dark
A dark theme for Grammarly documents.
Что такое Grammarly Dark?
Grammarly Dark - это расширение Chrome, разработанное Bart Zalewski, и его основная функция - "A dark theme for Grammarly documents.".
Снимки экрана расширения
Скачать файл CRX расширения Grammarly Dark
Скачайте файлы расширений Grammarly Dark в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |