DarkSheet

A dark mode extension for the popular program SmartSheet.

Τι είναι το DarkSheet;

Το DarkSheet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jacobjonthomas, και η κύρια λειτουργία του είναι "A dark mode extension for the popular program SmartSheet.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης DarkSheet

Λήψη αρχείων επέκτασης DarkSheet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
Επίσημο URL https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Περιγραφή A dark mode extension for the popular program SmartSheet.
Μέγεθος Αρχείου 3.27 KB
Αριθμός Εγκαταστάσεων 620
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2022-11-30
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής jacobjonthomas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}