DarkSheet

A dark mode extension for the popular program SmartSheet.

What is DarkSheet?

DarkSheet is a Chrome extension developed by jacobjonthomas, and its main feature is "A dark mode extension for the popular program SmartSheet.".

Extension Screenshots

screenshot

Download DarkSheet Extension CRX File

Download DarkSheet 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

                        Tired of burning your eyes while navigating and modifying sheets? Well now you can avoid the pain with DarkSheet, a dark mode extension for SmartSheet.

Its come to my attention that this app is receiving a lot of attention, and some of you would like some improvements. I created this app as a very small one off project, and unfortunately front end web development no longer aligns with my personal interests or career trajectory. 

Considering this, and the fact that I do not actually have a SmartSheet license, please consider making a small donation at the link below if you would like improvements made to this project. 

https://www.buymeacoffee.com/jacobthomas

Thank you!                    

Extension Basic Information

Name DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
Official URL https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Description A dark mode extension for the popular program SmartSheet.
File Size 3.27 KB
Installation Count 620
Current Version 1.0
Last Updated 2024-02-19
Publish Date 2022-11-30
Rating 4.60/5 Total 5 Ratings
Developer jacobjonthomas
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarkSheet",
    "description": "A dark mode extension for the popular program SmartSheet.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.smartsheet.com\/*"
            ],
            "js": [
                "contents.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/app.smartsheet.com\/*"
    ]
}