Google Docs Dark Mode
Just another Google Docs dark mode without all the bull shit
Google Docs Dark Modeคืออะไร?
Google Docs Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deepfryerdan และคุณลักษณะหลักของมันคือ "Just another Google Docs dark mode without all the bull shit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Docs Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Google Docs Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just another dark mode extension specifically for Google Docs. This does nothing except insert some CSS on docs.google.com pages. Fuck all those other extensions that record your personal data and track what you do. I don't care about that, I just wanted an extension that works.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Docs Dark Mode |
ID | cidmalpcmgbchaekhipfgkaopnhpdgke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-docs-dark-mode/cidmalpcmgbchaekhipfgkaopnhpdgke |
คำอธิบาย | Just another Google Docs dark mode without all the bull shit |
ขนาดไฟล์ | 32.15 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-05-21 |
วันที่เผยแพร่ | 2023-05-21 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | deepfryerdan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Docs Dark Mode", "description": "Just another Google Docs dark mode without all the bull shit", "short_name": "DocsDarkMode", "version": "1.0.0", "manifest_version": 3, "default_locale": "en", "host_permissions": [ "*:\/\/docs.google.com\/*" ], "icons": { "16": "asset\/icon_16.png", "48": "asset\/night-icon.png", "128": "asset\/icon_128.png" }, "action": { "default_icon": "asset\/day-icon.png", "default_popup": ".\/html\/Popup.html" }, "content_scripts": [ { "css": [ "\/asset\/custom-dark-mode\/docs.css", "\/asset\/custom-dark-mode\/dark.css" ], "matches": [ "*:\/\/docs.google.com\/*" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start", "exclude_globs": [ "*\/chrome\/newtab*" ] } ] } |