Wolverify
Make UMich Wolverine Access look better
什么是Wolverify?
Wolverify是由Sid Pagariya开发的Chrome扩展程序,该扩展的主要功能是“Make UMich Wolverine Access look better”。
扩展截图
下载Wolverify扩展crx文件
下载Wolverify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
University of Michigan Students!! Tired of the old, outdated look of Wolverine Access? Well, here's a solution: get this extension and forget about how it looked, think about how it WILL look! Enjoy the flat, handcrafted theme! 扩展基本信息
| 名称 | |
| ID | mcinahboloikfbneglkeakbbnfhbgpdm |
| 官方URL | https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm |
| 简介 | Make UMich Wolverine Access look better |
| 文件大小 | 89.85 KB |
| 安装次数 | 25 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2020-12-14 |
| 上架时间 | 2019-12-28 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Sid Pagariya |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/sidpagariya/MProjects/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wolverify",
"version": "1.1.1",
"description": "Make UMich Wolverine Access look better",
"icons": {
"16": "icons\/Wolverify-16x16.png",
"32": "icons\/Wolverify-32x32.png",
"64": "icons\/Wolverify-64x64.png",
"128": "icons\/Wolverify-128x128.png"
},
"permissions": [
"https:\/\/csprod.dsc.umich.edu\/*",
"https:\/\/hcmprod.dsc.umich.edu\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/csprod.dsc.umich.edu\/*",
"https:\/\/hcmprod.dsc.umich.edu\/*"
],
"all_frames": true,
"js": [
"js\/jquery.min.js",
"js\/content.js"
]
}
],
"web_accessible_resources": [
"css\/wolverine.css"
],
"manifest_version": 2
} | |