DarkSheet

A dark mode extension for the popular program SmartSheet.

Vad är DarkSheet?

DarkSheet är en Chrome-tillägg utvecklad av jacobjonthomas, och dess huvudfunktion är "A dark mode extension for the popular program SmartSheet.".

Tilläggsskärmbilder

screenshot

Ladda ner DarkSheet-förlängningens CRX-fil

Ladda ner DarkSheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
Officiell webbadress https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Beskrivning A dark mode extension for the popular program SmartSheet.
Filstorlek 3.27 KB
Antal Installationer 620
Aktuell Version 1.0
Senast Uppdaterad 2024-02-19
Publiceringsdatum 2022-11-30
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare jacobjonthomas
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}