Power+
A better UI for Canvas LMS
Power+란 무엇입니까?
Power+은(는) https://powerplus.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better UI for Canvas LMS"입니다.
확장 프로그램 스크린샷
Power+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Power+ gives you the tools you need to succeed. The customizable dashboard shows assignments due today, upcoming assignments, announcements, a calendar, and recent grades are all in one place. For the full list of features available in Power+, please see the Power+ website at https://powerplus.app. The Power+ extension runs directly on top of Canvas at the /power+ URL. Power+ collects data about the environment you load Power+ in, including your Canvas instance, OS, ISP, and region. Power+ does not collect any personal information. All personal information used in Power+ is fetched directly from Canvas and is processed locally on your device. To learn more about your privacy on Power+, check the privacy section at https://powerplus.app. Power+ is 100% open source, documented with JSDoc, and can easily be modified and ran locally. If you're interested in how Power+ works, check out the source code at https://gitlab.com/jottocraft/dtps or send me an email at [email protected].
확장 프로그램 기본 정보
이름 | Power+ |
ID | pakgdifknldaiglefmpkkgfjndemfapo |
공식 URL | https://chromewebstore.google.com/detail/power+/pakgdifknldaiglefmpkkgfjndemfapo |
설명 | A better UI for Canvas LMS |
파일 크기 | 81.36 KB |
설치 횟수 | 653 |
현재 버전 | 3.3.1 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2020-06-07 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | https://powerplus.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://powerplus.app |
도움말 페이지 URL | https://jottocraft.com/feedback/?key=dtps |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Power+", "description": "A better UI for Canvas LMS", "version": "3.3.1", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*" ], "js": [ "injector.js" ] } ], "web_accessible_resources": [ { "resources": [ "loader.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "browser_specific_settings": { "gecko": { "id": "{45a61d8d-6de3-4718-b422-a8a777f2d8aa}" } } } |