Better Canvas
Feature packed extension for Canvas.
Better Canvas란 무엇입니까?
Better Canvas은(는) https://diditupe.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Feature packed extension for Canvas."입니다.
확장 프로그램 스크린샷
Better Canvas 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get the most out of Canvas and customize it to your liking with Better Canvas, featuring the best dark mode for Canvas, a better todo list, dashboard grades, and much more! Full list of features and abilities: - Fully customizable dark mode (choose from premade options or manually edit dark mode) - Automatic scheduling for dark mode - Dashboard card color palletes - Themes created by users - Assignments due list - Dashboard notes - Better todo list - Custom fonts - Condensed cards - Dashboard grades - Remove sidebar logo - Customizable card links - Gradient dashboard cards - Advanced card customization - GPA calculator (college and highschool) - Preview assignments and announcements from the dashboard All options can be easily toggled in the menu without having to refresh the page. Note: Site access is "all sites" to allow the extension to work on all variations of Canvas urls. Contact: [email protected] Firefox version: https://addons.mozilla.org/addon/better-canvas/ Source code: https://github.com/ksucpea/bettercanvas
확장 프로그램 기본 정보
이름 | Better Canvas |
ID | cndibmoanboadcifjkjbdpjgfedanolh |
공식 URL | https://chromewebstore.google.com/detail/better-canvas/cndibmoanboadcifjkjbdpjgfedanolh |
설명 | Feature packed extension for Canvas. |
파일 크기 | 117 KB |
설치 횟수 | 500,000 |
현재 버전 | 5.10.6 |
최근 업데이트 | 2024-02-24 |
출시 날짜 | 2020-10-18 |
평점 | 4.76/5 총 182 개의 평점 |
개발자 | https://diditupe.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ksucpea/bettercanvas |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Canvas", "description": "Feature packed extension for Canvas.", "version": "5.10.6", "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "html\/popup.html", "default_title": "Better Canvas" }, "background": { "service_worker": "js\/background.js" }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "default_locale": "en" } |