DarkSheet

A dark mode extension for the popular program SmartSheet.

Qu'est-ce que DarkSheet ?

DarkSheet est une extension Chrome développée par jacobjonthomas, et sa fonction principale est "A dark mode extension for the popular program SmartSheet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DarkSheet

Téléchargez les fichiers d'extension DarkSheet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
URL Officiel https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Description A dark mode extension for the popular program SmartSheet.
Taille du Fichier 3.27 KB
Nombre d'Installations 620
Version Actuelle 1.0
Dernière Mise à Jour 2024-02-19
Date de Publication 2022-11-30
Évaluation 4.60/5 Total 5 Évaluations
Développeur jacobjonthomas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}