DarkSheet

A dark mode extension for the popular program SmartSheet.

DarkSheetとは何ですか?

DarkSheetはjacobjonthomasによって開発されたChromeの拡張機能で、その主な機能は「A dark mode extension for the popular program SmartSheet.」です。

拡張機能のスクリーンショット

screenshot

DarkSheet拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}