DarkSheet

A dark mode extension for the popular program SmartSheet.

Что такое DarkSheet?

DarkSheet - это расширение Chrome, разработанное jacobjonthomas, и его основная функция - "A dark mode extension for the popular program SmartSheet.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DarkSheet

Скачайте файлы расширений DarkSheet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
Официальный URL https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Описание A dark mode extension for the popular program SmartSheet.
Размер файла 3.27 KB
Количество установок 620
Текущая Версия 1.0
Последнее Обновление 2024-02-19
Дата публикации 2022-11-30
Рейтинг 4.60/5 Всего 5 оценок
Разработчик jacobjonthomas
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}