One dark theme for Quercus

a one dark like theme for University of Toronto's student website Quercus.

What is One dark theme for Quercus?

One dark theme for Quercus is a Chrome extension developed by Chiatzen W., and its main feature is "a one dark like theme for University of Toronto's student website Quercus.".

Extension Screenshots

screenshot
screenshot
screenshot

Download One dark theme for Quercus Extension CRX File

Download One dark theme for Quercus 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

                        Provide an alternate colour scheme for U of T's Quercus site.                    

Extension Basic Information

Name One dark theme for Quercus One dark theme for Quercus
ID abpbfjmnfnnpfepahhgnkmdlmffmkifj
Official URL https://chromewebstore.google.com/detail/one-dark-theme-for-quercu/abpbfjmnfnnpfepahhgnkmdlmffmkifj
Description a one dark like theme for University of Toronto's student website Quercus.
File Size 400 KB
Installation Count 39
Current Version 1.1
Last Updated 2021-12-20
Publish Date 2021-12-19
Rating 5.00/5 Total 1 Ratings
Developer Chiatzen W.
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One dark theme for Quercus",
    "description": "a one dark like theme for University of Toronto's student website Quercus.",
    "version": "1.1",
    "icons": {
        "128": "\/images\/128.png"
    },
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_icon": {
            "128": "\/images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/q.utoronto.ca\/*"
            ],
            "css": [
                "one-dark.css"
            ]
        }
    ]
}