Better Canvas
Feature packed extension for Canvas.
什麼是Better Canvas?
Better Canvas是由https://diditupe.dev開發的Chrome擴展程式,該擴展的主要功能是“Feature packed extension for Canvas.”。
擴展截圖
下載Better Canvas擴展crx文件
下載Better Canvas擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | cndibmoanboadcifjkjbdpjgfedanolh |
| 官方網址 | 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"
} | |