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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" } } |