Canvas Themeinator

Gives Canvas more themes

Canvas Themeinator là gì?

Canvas Themeinator là một tiện ích mở rộng Chrome được phát triển bởi one23four56, và tính năng chính của nó là "Gives Canvas more themes".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Canvas Themeinator 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

                        This extension adds themes to Canvas. Currently, there are 10:
-Dark 
-AMOLED Dark
-Light
-Aqua
-Purple 
-Dark Purple 
-Blue
-Dark Blue 
-Green 
-Orange
+Custom Themes (currently in beta)

This extension is open-source. The GitHub link is below:
https://github.com/one23four56/canvas-themeinator 

This extension is a SIDE PROJECT of mine. Do not expect regular updates, I am only maintaining this because I use it. If you really want a feature, go onto GitHub and add it yourself.                    

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

Tên Canvas Themeinator Canvas Themeinator
ID ffhddhjbbaocbeejjijfioimiplpfgbb
URL Chính Thức https://chromewebstore.google.com/detail/canvas-themeinator/ffhddhjbbaocbeejjijfioimiplpfgbb
Mô tả Gives Canvas more themes
Kích Thước Tệp 25.61 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2021-04-17
Ngày Phát Hành 2021-04-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển one23four56
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/one23four56/canvas-themeinator
URL Trang Chính Sách Bảo Mật https://github.com/one23four56/canvas-themeinator/blob/master/privacy.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Themeinator",
    "version": "1.5.1",
    "description": "Gives Canvas more themes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Choose Theme",
        "default_popup": "html\/index.html"
    },
    "icons": {
        "32": "icon.png"
    }
}