Wolverify

Make UMich Wolverine Access look better

什麼是Wolverify?

Wolverify是由Sid Pagariya開發的Chrome擴展程式,該擴展的主要功能是“Make UMich Wolverine Access look better”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Wolverify Wolverify
ID mcinahboloikfbneglkeakbbnfhbgpdm
官方網址 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
}