DarkSheet

A dark mode extension for the popular program SmartSheet.

O que é DarkSheet?

DarkSheet é uma extensão do Chrome desenvolvida por jacobjonthomas, e sua principal característica é "A dark mode extension for the popular program SmartSheet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DarkSheet

Baixe arquivos de extensão DarkSheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
URL Oficial https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Descrição A dark mode extension for the popular program SmartSheet.
Tamanho do Arquivo 3.27 KB
Contagem de Instalações 620
Versão Atual 1.0
Última Atualização 2024-02-19
Data de Publicação 2022-11-30
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor jacobjonthomas
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}