Wolverify
Make UMich Wolverine Access look better
Wolverify란 무엇입니까?
Wolverify은(는) Sid Pagariya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make UMich Wolverine Access look better"입니다.
확장 프로그램 스크린샷
Wolverify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |