Better Canvas

Feature packed extension for Canvas.

Better Canvas là gì?

Better Canvas là một tiện ích mở rộng Chrome được phát triển bởi https://diditupe.dev, và tính năng chính của nó là "Feature packed extension for Canvas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Canvas

Tải xuống các tệp mở rộng Better Canvas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Canvas Better Canvas
ID cndibmoanboadcifjkjbdpjgfedanolh
URL Chính Thức https://chromewebstore.google.com/detail/better-canvas/cndibmoanboadcifjkjbdpjgfedanolh
Mô tả Feature packed extension for Canvas.
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 500,000
Phiên Bản Hiện Tại 5.10.6
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2020-10-18
Đánh Giá 4.76/5 Tổng số 182 Đánh Giá
Nhà Phát Triển https://diditupe.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ksucpea/bettercanvas
Ngôn Ngữ Được Hỗ Trợ 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"
}