Google Docs Dark Mode
Dark Mode for Google Docs + UI Upgrade
ما هو Google Docs Dark Mode؟
Google Docs Dark Mode هو إضافة Chrome تم تطويرها بواسطة DevTopia، والميزة الرئيسية لها هي "Dark Mode for Google Docs + UI Upgrade".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Docs Dark Mode
قم بتنزيل ملفات الامتداد Google Docs Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Theme: Dark Mode
Now you're able to see after writing those late night possibly last minute papers.
[Latest Update] v.1.2.1
-----------------------------------
- Fixed UI bug (parts of page were still white)
- Updated color scheme (minor)
Latest Updates v.1.2.0
-----------------------------------
- Fixed UI bugs
- Updated color scheme (minor)
- Added Dark mode to Docs home page
*Tip - Some of you would like the page itself dark with the text white
------------------------------------------------------------------------------------------------------------
Go to --> File --> Page Setup --> Choose the color you'd like
Also, I don't think I'll be adding the feature above, as it's already built-in to G Docs.
Stay up to date or Request Future Features
-------------------------------------------------------------------
Join the Discord: https://discord.gg/5EW65hH6UF
Twitter: https://twitter.com/DevTopia_ معلومات أساسية عن التمديد
| الاسم | |
| ID | iachichldiecjkhfdffiegbdhechgekl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-docs-dark-mode/iachichldiecjkhfdffiegbdhechgekl |
| الوصف | Dark Mode for Google Docs + UI Upgrade |
| حجم الملف | 11.5 KB |
| عدد التثبيتات | 5,752 |
| النسخة الحالية | 1.2.1 |
| آخر تحديث | 2022-10-25 |
| تاريخ النشر | 2020-06-12 |
| تقييم | 2.42/5 مجموع تقييمات 26 |
| المطور | DevTopia |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Docs Dark Mode",
"description": "Dark Mode for Google Docs + UI Upgrade",
"version": "1.2.1",
"icons": {
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"\/Styles\/style.css",
"\/Styles\/style.scss"
],
"js": [
"popup.js"
],
"matches": [
"https:\/\/docs.google.com\/document\/*"
]
}
],
"action": {
"default_icon": "icon_128.png",
"default_title": "Google Docs Dark Mode"
}
} | |