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
公式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
Eメール [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
}