UMich Med New Tab
New tabs will open UMich medical student portal page, providing convenient links for students.
什么是UMich Med New Tab?
UMich Med New Tab是由David Garry开发的Chrome扩展程序,该扩展的主要功能是“New tabs will open UMich medical student portal page, providing convenient links for students.”。
扩展截图
下载UMich Med New Tab扩展crx文件
下载UMich Med New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New tabs will open UMich medical student portal page, providing convenient links for students. ▶ Support for 1st and 2nd year student portals ▶ Backgrounds are images of the University of Michigan. ▶ Open the settings page using the small gear icon on the bottom right of a new tab to change your name, language, and other display settings. 2022 Update: New email link
扩展基本信息
名称 | |
ID | mcjemcajgnihpaciojkgpjcjdgikhfnl |
官方URL | https://chromewebstore.google.com/detail/umich-med-new-tab/mcjemcajgnihpaciojkgpjcjdgikhfnl |
简介 | New tabs will open UMich medical student portal page, providing convenient links for students. |
文件大小 | 4 MB |
安装次数 | 63 |
当前版本 | 1.0.1.0 |
更新时间 | 2022-01-25 |
上架时间 | 2019-08-06 |
评分 | 5.00/5 共3次评分 |
开发者 | David Garry |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://forms.gle/NQsxvGEGtPCpU6an6 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMich Med New Tab", "version": "1.0.1.0", "description": "New tabs will open UMich medical student portal page, providing convenient links for students.", "options_page": "options.html", "icons": { "16": "images\/m.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |