Salt
Enhance Gonville and Caius College's meal booking website with a dash of Salt
Saltคืออะไร?
Salt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rokesharumugam.com และคุณลักษณะหลักของมันคือ "Enhance Gonville and Caius College's meal booking website with a dash of Salt"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salt
ดาวน์โหลดไฟล์ส่วนขยาย Salt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We all know Caius' current meal booking website leaves a lot to be desired. Well, fear not! No longer shall booking a meal be such a tasteless experience. Salt drastically improves the UI, making information more readable, accessible and mobile-friendly. Salt also adds several quality-of-life features (many student-requested) such as: - A calendar to choose your meal - One-click booking from the main page - Actual signup open dates instead of '4 days before' - The ability to filter through who's booked in for a meal to find your friends - In case that still takes too long, the ability to add your friends' names on the profile page so they always show at the top of the list - Meals have tags (such as gowns, suits, black-tie, guests allowed, etc) so you don't have to read through all that text - The allergen key can also be seen above the menu so you finally know what all those letters mean - You can quickly copy meal details to send to guests so they know the time, place, dress code, menu, etc - Dark mode so booking meals at 6am doesn't wake you up too much - And much more! Note: if you're logged into a Google Account or Chrome Profile with your @cam.ac.uk email address, the university doesn't let you use extensions. To use Salt you'll have to sign out of both your Google Account and Chrome Profile to install it, then you can sign back into your Google Account. Note: Salt was designed with students' experience in mind so it may be a little off for staff (they are very welcome to give feedback so I can improve it for them!)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salt |
ID | mjmcaioleoioplapgocohdkkcdlhlhci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salt/mjmcaioleoioplapgocohdkkcdlhlhci |
คำอธิบาย | Enhance Gonville and Caius College's meal booking website with a dash of Salt |
ขนาดไฟล์ | 6.62 MB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.0.20 |
อัปเดตครั้งล่าสุด | 2024-02-19 |
วันที่เผยแพร่ | 2023-09-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.rokesharumugam.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.rokesharumugam.com/projects/salt.html |
URL หน้าช่วยเหลือ | https://www.rokesharumugam.com/contact/?suggestedId=projects |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salt", "description": "Enhance Gonville and Caius College's meal booking website with a dash of Salt", "version": "0.0.20", "default_locale": "en", "icons": { "16": "IMAGES\/icon-16.png", "48": "IMAGES\/icon-48.png", "96": "IMAGES\/icon-96.png", "128": "IMAGES\/icon-128.png", "256": "IMAGES\/icon-256.png", "512": "IMAGES\/icon-512.png", "1024": "IMAGES\/icon-1024.png" }, "action": { "default_icon": { "16": "IMAGES\/icon-16.png", "19": "IMAGES\/icon-19.png", "32": "IMAGES\/icon-32.png", "38": "IMAGES\/icon-38.png", "48": "IMAGES\/icon-48.png", "72": "IMAGES\/icon-72.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.mealbookings.cai.cam.ac.uk\/*" ], "js": [ "JS\/contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.mealbookings.cai.cam.ac.uk\/*" ], "resources": [ "*.html", "CSS\/*", "JS\/*", "IMAGES\/collegeCrest.png" ] } ] } |