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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |