Google Docs Dark Mode
Just another Google Docs dark mode without all the bull shit
Google Docs Dark Mode là gì?
Google Docs Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi deepfryerdan, và tính năng chính của nó là "Just another Google Docs dark mode without all the bull shit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Docs Dark Mode
Tải xuống các tệp mở rộng Google Docs Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Docs Dark Mode |
ID | cidmalpcmgbchaekhipfgkaopnhpdgke |
URL Chính Thức | https://chromewebstore.google.com/detail/google-docs-dark-mode/cidmalpcmgbchaekhipfgkaopnhpdgke |
Mô tả | Just another Google Docs dark mode without all the bull shit |
Kích Thước Tệp | 32.15 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-05-21 |
Ngày Phát Hành | 2023-05-21 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | deepfryerdan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } ] } |