Wolverify
Make UMich Wolverine Access look better
Vad är Wolverify?
Wolverify är en Chrome-tillägg utvecklad av Sid Pagariya, och dess huvudfunktion är "Make UMich Wolverine Access look better".
Tilläggsskärmbilder
Ladda ner Wolverify-förlängningens CRX-fil
Ladda ner Wolverify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Wolverify |
ID | mcinahboloikfbneglkeakbbnfhbgpdm |
Officiell webbadress | https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm |
Beskrivning | Make UMich Wolverine Access look better |
Filstorlek | 89.85 KB |
Antal Installationer | 25 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2020-12-14 |
Publiceringsdatum | 2019-12-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Sid Pagariya |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/sidpagariya/MProjects/issues |
Stödda Språk | 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 } |