MDCM Quick Links
Quicklinks Menu for McGill Med Students
MDCM Quick Linksคืออะไร?
MDCM Quick Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kozirisdev และคุณลักษณะหลักของมันคือ "Quicklinks Menu for McGill Med Students"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MDCM Quick Links
ดาวน์โหลดไฟล์ส่วนขยาย MDCM Quick Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MDCM Quick Links is a browser extension providing an easy way to access MDCM related links. MDCM Quick Links was previously named myMDCM Enhanced and had functionality allowing users to export their myMDCM calendar schedule. The extension was renamed when this calendar export functionality was deprecated. MDCM Quick Links is free and open source software. The source code is made available on GitHub and is provided under the GNU General Public License which can be found on the GNU website or in the LICENSE file of the Github repository. McGill and MDCM Quick Links are not affiliated with this software.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MDCM Quick Links |
ID | mhbbfepfhpegpammheeojmogpkilbgjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mdcm-quick-links/mhbbfepfhpegpammheeojmogpkilbgjb |
คำอธิบาย | Quicklinks Menu for McGill Med Students |
ขนาดไฟล์ | 12.14 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-07-05 |
วันที่เผยแพร่ | 2020-07-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | kozirisdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://demetrios-koziris.github.io/mdcm-quick-links/ |
URL หน้าช่วยเหลือ | https://demetrios-koziris.github.io/mdcm-quick-links/support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MDCM Quick Links", "author": "kozirisdev", "manifest_version": 2, "version": "1.1.0", "description": "Quicklinks Menu for McGill Med Students", "browser_action": { "default_icon": { "38": "icons\/mymdcm-128.png", "128": "icons\/mymdcm-128.png" }, "default_popup": "menu\/quicklinksMenu.html", "default_title": "Click to view Quick Links Menu!" }, "icons": { "128": "icons\/mymdcm-128.png" } } |