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 |
官方網址 | 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\/*" ] } |