MDCM Quick Links
Quicklinks Menu for McGill Med Students
什么是MDCM Quick Links?
MDCM Quick Links是由kozirisdev开发的Chrome扩展程序,该扩展的主要功能是“Quicklinks Menu for McGill Med Students”。
扩展截图
下载MDCM Quick Links扩展crx文件
下载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" } } |