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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |