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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |