Grammarly Dark
A dark theme for Grammarly documents.
什麼是Grammarly Dark?
Grammarly Dark是由Bart Zalewski開發的Chrome擴展程式,該擴展的主要功能是“A dark theme for Grammarly documents.”。
擴展截圖
下載Grammarly Dark擴展crx文件
下載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 |
官方網址 | 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" } } |