Better Google Docs Dark Mode
Reduce brightness on google docs
What is Better Google Docs Dark Mode?
Better Google Docs Dark Mode is a Chrome extension developed by https://ae.studio, and its main feature is "Reduce brightness on google docs".
Extension Screenshots
Download Better Google Docs Dark Mode Extension CRX File
Download Better Google Docs Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Improved Google Docs Dark Mode. Made with ❤️ by ae.studio Same Day Skunkworks Division
Extension Basic Information
Name | Better Google Docs Dark Mode |
ID | imbgalbffmfifjalejpeepbpeifdehnh |
Official URL | https://chromewebstore.google.com/detail/better-google-docs-dark-m/imbgalbffmfifjalejpeepbpeifdehnh |
Description | Reduce brightness on google docs |
File Size | 31.84 KB |
Installation Count | 700 |
Current Version | 1.1 |
Last Updated | 2022-03-29 |
Publish Date | 2022-03-09 |
Rating | 4.00/5 Total 10 Ratings |
Developer | https://ae.studio |
[email protected] | |
Payment Type | free |
Extension Website | https://ae.studio/same-day-skunkworks |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Google Docs Dark Mode", "manifest_version": 3, "version": "1.1", "description": "Reduce brightness on google docs", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |