Easy EzProxy
Click to redirect to EzProxy. You're welcome <3
Easy EzProxy란 무엇입니까?
Easy EzProxy은(는) RoundhouseMouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to redirect to EzProxy. You're welcome <3"입니다.
확장 프로그램 스크린샷
Easy EzProxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By clicking this extension, your currently viewed tab is redirected to the Flinders University ezproxy system. This enable access to online databases supported by the Flinders University Library. Please note that this extension only facilitates one redirect and requires a Flinders University login to enable its full functionality. Enjoy!
확장 프로그램 기본 정보
이름 | Easy EzProxy |
ID | hgnibknbnjmcoeahnbobajibhlagpmnk |
공식 URL | https://chromewebstore.google.com/detail/easy-ezproxy/hgnibknbnjmcoeahnbobajibhlagpmnk |
설명 | Click to redirect to EzProxy. You're welcome <3 |
파일 크기 | 353 KB |
설치 횟수 | 74 |
현재 버전 | 0.2 |
최근 업데이트 | 2019-08-28 |
출시 날짜 | 2019-08-13 |
개발자 | RoundhouseMouse |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy EzProxy", "description": "Click to redirect to EzProxy. You're welcome <3", "version": "0.2", "icons": { "16": ".\/client\/images\/icons\/ezproxyLogo16.png", "48": ".\/client\/images\/icons\/ezproxyLogo48.png", "128": ".\/client\/images\/icons\/ezproxyLogo128.png" }, "browser_action": { "default_icon": ".\/client\/images\/icons\/ezproxyLogo16.png", "default_title": "Easy EzProxy" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "client\/inserter.html", "client\/images\/icons\/icon128.png", "client\/css\/navigation.css", "client\/css\/video.css", "client\/images\/ui\/userImage.svg", "client\/images\/icons\/icon-w.svg" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com;object-src 'self'" } |