DarkSheet
A dark mode extension for the popular program SmartSheet.
Hvad er DarkSheet?
DarkSheet er en Chrome-udvidelse udviklet af jacobjonthomas, og dens hovedfunktion er "A dark mode extension for the popular program SmartSheet.".
Udvidelsesskærmbilleder
Download DarkSheet-udvidelses-CRX-fil
Download DarkSheet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | banmhmlpididlolbalhnngfhgcahefdb |
| Officiel URL | https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb |
| Beskrivelse | A dark mode extension for the popular program SmartSheet. |
| Filstørrelse | 3.27 KB |
| Antal Installationer | 620 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2024-02-19 |
| Udgivelsesdato | 2022-11-30 |
| Bedømmelse | 4.60/5 Samlet 5 Bedømmelser |
| Udvikler | jacobjonthomas |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |