Canvas Themeinator

Gives Canvas more themes

Canvas Themeinatorとは何ですか?

Canvas Themeinatorはone23four56によって開発されたChromeの拡張機能で、その主な機能は「Gives Canvas more themes」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Canvas Themeinator拡張機能のCRXファイルをダウンロード

Canvas Themeinator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Canvas Themeinator Canvas Themeinator
ID ffhddhjbbaocbeejjijfioimiplpfgbb
公式URL https://chromewebstore.google.com/detail/canvas-themeinator/ffhddhjbbaocbeejjijfioimiplpfgbb
説明 Gives Canvas more themes
ファイルサイズ 25.61 KB
インストール数 299
現在のバージョン 1.5.1
最終更新日 2021-04-17
公開日 2021-04-12
評価 5.00/5 合計 2 レビュー
開発者 one23four56
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/one23four56/canvas-themeinator
プライバシーポリシーページのURL https://github.com/one23four56/canvas-themeinator/blob/master/privacy.md
対応言語 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"
    }
}