Google Docs Dark Mode
Just another Google Docs dark mode without all the bull shit
Google Docs Dark Modeとは何ですか?
Google Docs Dark Modeはdeepfryerdanによって開発されたChromeの拡張機能で、その主な機能は「Just another Google Docs dark mode without all the bull shit」です。
拡張機能のスクリーンショット
Google Docs Dark Mode拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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*" ] } ] } |