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 |
官方網址 | 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" } } |