Google Docs Dark Mode
Just another Google Docs dark mode without all the bull shit
Google Docs Dark Mode क्या है?
Google Docs Dark Mode deepfryerdan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just another Google Docs dark mode without all the bull shit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Docs Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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*" ] } ] } |