Docs Dark 2.0

Dark Theme for Docs with high contrast!

What is Docs Dark 2.0?

Docs Dark 2.0 is a Chrome extension developed by Ameya Lambat, and its main feature is "Dark Theme for Docs with high contrast!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Docs Dark 2.0 Extension CRX File

Download Docs Dark 2.0 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

                        Dark Theme 2.0 with improved UI and higher contrast for Docs.

Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched!


V 0.0.13                    

Extension Basic Information

Name Docs Dark 2.0 Docs Dark 2.0
ID djmmkojigpkdagglmjjdjiddopgdchcn
Official URL https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn
Description Dark Theme for Docs with high contrast!
File Size 24.93 KB
Installation Count 799
Current Version 0.0.13
Last Updated 2022-09-25
Publish Date 2022-09-25
Rating 5.00/5 Total 5 Ratings
Developer Ameya Lambat
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Docs Dark 2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "description": "Dark Theme for Docs with high contrast!",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "css\/dark_theme.css"
            ]
        }
    ],
    "manifest_version": 3
}