DarkSheet
A dark mode extension for the popular program SmartSheet.
什么是DarkSheet?
DarkSheet是由jacobjonthomas开发的Chrome扩展程序,该扩展的主要功能是“A dark mode extension for the popular program SmartSheet.”。
扩展截图
下载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 |
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\/*" ] } |