DarkSheet
A dark mode extension for the popular program SmartSheet.
Was ist DarkSheet?
DarkSheet ist eine Chrome-Erweiterung, die von jacobjonthomas entwickelt wurde, und ihr Hauptmerkmal ist "A dark mode extension for the popular program SmartSheet.".
Erweiterungsscreenshots
DarkSheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie DarkSheet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | DarkSheet |
ID | banmhmlpididlolbalhnngfhgcahefdb |
Offizielle URL | https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb |
Beschreibung | A dark mode extension for the popular program SmartSheet. |
Dateigröße | 3.27 KB |
Installationsanzahl | 620 |
Aktuelle Version | 1.0 |
Letztes Update | 2024-02-19 |
Veröffentlichungsdatum | 2022-11-30 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | jacobjonthomas |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |