DarkSheet

A dark mode extension for the popular program SmartSheet.

DarkSheet là gì?

DarkSheet là một tiện ích mở rộng Chrome được phát triển bởi jacobjonthomas, và tính năng chính của nó là "A dark mode extension for the popular program SmartSheet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DarkSheet

Tải xuống các tệp mở rộng DarkSheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DarkSheet DarkSheet
ID banmhmlpididlolbalhnngfhgcahefdb
URL Chính Thức https://chromewebstore.google.com/detail/darksheet/banmhmlpididlolbalhnngfhgcahefdb
Mô tả A dark mode extension for the popular program SmartSheet.
Kích Thước Tệp 3.27 KB
Số Lần Cài Đặt 620
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-11-30
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jacobjonthomas
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}