DarkSheet
A dark mode extension for the popular program SmartSheet.
DarkSheetคืออะไร?
DarkSheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jacobjonthomas และคุณลักษณะหลักของมันคือ "A dark mode extension for the popular program SmartSheet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DarkSheet
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |