Wolverify
Make UMich Wolverine Access look better
Wolverifyคืออะไร?
Wolverify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sid Pagariya และคุณลักษณะหลักของมันคือ "Make UMich Wolverine Access look better"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wolverify
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |