DarkSheet
A dark mode extension for the popular program SmartSheet.
Cos'è DarkSheet?
DarkSheet è un'estensione di Chrome sviluppata da jacobjonthomas, e la sua funzione principale è "A dark mode extension for the popular program SmartSheet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DarkSheet
Scarica i file di estensione DarkSheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | DarkSheet |
ID | banmhmlpididlolbalhnngfhgcahefdb |
URL Ufficiale | https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb |
Descrizione | A dark mode extension for the popular program SmartSheet. |
Dimensione del File | 3.27 KB |
Conteggio Installazioni | 620 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2024-02-19 |
Data di Pubblicazione | 2022-11-30 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | jacobjonthomas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |