Caius Meal booking helper
Once installed, click the "Summary" link in the sidebar. Hover over hall titles to see attendees. Go to the profile page to add…
Caius Meal booking helper là gì?
Caius Meal booking helper là một tiện ích mở rộng Chrome được phát triển bởi Eric, và tính năng chính của nó là "Once installed, click the "Summary" link in the sidebar. Hover over hall titles to see attendees. Go to the profile page to add…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Caius Meal booking helper
Tải xuống các tệp mở rộng Caius Meal booking helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Once installed, click the "Summary" link in the sidebar. Hover over hall titles to see attendees. Go to the profile page to add friends (one per line), and have their names highlighted in the attendee list. Want a feature? Ask for it at https://github.com/eric-wieser/caius-meal-booking-extension/issues. Or even just come talk to me. Changelog: 0.2.6: Hard-code allergens from the Venn as defaults 0.2.5: Fix crash when trying to load allergens if the alert has expired 0.2.4: More updates to work with the 2019 website 0.2.3: Parse dietary requirements 0.2.2: Abbreviate Harvey Court to HC 0.2.1: Updated to work with the 2019 website
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Caius Meal booking helper |
ID | ecceaajbpiiebgncgbddekmiolllkofa |
URL Chính Thức | https://chromewebstore.google.com/detail/caius-meal-booking-helper/ecceaajbpiiebgncgbddekmiolllkofa |
Mô tả | Once installed, click the "Summary" link in the sidebar. Hover over hall titles to see attendees. Go to the profile page to add… |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.2.6 |
Cập Nhật Lần Cuối | 2019-11-21 |
Ngày Phát Hành | 2019-11-21 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Eric |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/eric-wieser/caius-meal-booking-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Caius Meal booking helper", "version": "0.2.6", "icons": { "128": "crest.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.mealbookings.cai.cam.ac.uk\/*" ], "js": [ "jquery-1.10.2.js", "jquery.tmpl.min.js", "sugar.js", "utils.js", "HallType.js", "HallSummary.js", "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "ajax-loader.gif" ], "permissions": [ "storage", "https:\/\/www.mealbookings.cai.cam.ac.uk\/" ], "background": { "page": "background.html" } } |