DarkSheet

A dark mode extension for the popular program SmartSheet.

Co to jest DarkSheet?

DarkSheet to rozszerzenie Chrome opracowane przez jacobjonthomas, a jego główną funkcją jest „A dark mode extension for the popular program SmartSheet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DarkSheet

Pobierz pliki rozszerzeń DarkSheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
Oficjalny URL https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Opis A dark mode extension for the popular program SmartSheet.
Rozmiar pliku 3.27 KB
Liczba instalacji 620
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2024-02-19
Data Publikacji 2022-11-30
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper jacobjonthomas
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}