Desmos: Dark Mode

Dark Mode for Desmos

What is Desmos: Dark Mode?

Desmos: Dark Mode is a Chrome extension developed by https://elements6007.com, and its main feature is "Dark Mode for Desmos".

Extension Screenshots

screenshot
screenshot

Download Desmos: Dark Mode Extension CRX File

Download Desmos: 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

                        Dark Mode stylesheet for Desmos Calculator for less eye strain.                    

Extension Basic Information

Name Desmos: Dark Mode Desmos: Dark Mode
ID ekhpmjmggldeanbpjimpbphciablggln
Official URL https://chromewebstore.google.com/detail/desmos-dark-mode/ekhpmjmggldeanbpjimpbphciablggln
Description Dark Mode for Desmos
File Size 648 KB
Installation Count 91
Current Version 0.1.3
Last Updated 2023-11-02
Publish Date 2023-10-26
Rating 5.00/5 Total 1 Ratings
Developer https://elements6007.com
Email [email protected]
Payment Type free
Extension Website https://github.com/Elements6007/DesmosDarkMode
Help Page URL https://github.com/Elements6007/DesmosDarkMode
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desmos: Dark Mode",
    "version": "0.1.3",
    "manifest_version": 3,
    "description": "Dark Mode for Desmos",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.desmos.com\/calculator"
            ],
            "css": [
                "dark.css"
            ]
        }
    ],
    "icons": {
        "128": "iconhlf.png"
    }
}