BetterCanvas

Makes Canvas look better, also has customizable themes.

Wat is BetterCanvas?

BetterCanvas is een Chrome-extensie ontwikkeld door james wilson, en de belangrijkste functie is "Makes Canvas look better, also has customizable themes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BetterCanvas

Download BetterCanvas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        [BETA] Makes Canvas look better. Adds themes and makes it look nicer.                    

Basisinformatie over de Extensie

Naam BetterCanvas BetterCanvas
ID lclfjjkhnbamoplnpplcjghfmcljafbm
Officiële URL https://chromewebstore.google.com/detail/bettercanvas/lclfjjkhnbamoplnpplcjghfmcljafbm
Beschrijving Makes Canvas look better, also has customizable themes.
Bestandsgrootte 116 KB
Aantal Installaties 562
Huidige Versie 0.0.999.4
Laatst Bijgewerkt 2021-10-25
Publicatiedatum 2021-10-22
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar james wilson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterCanvas",
    "version": "0.0.999.4",
    "description": "Makes Canvas look better, also has customizable themes.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/issaquah.instructure.com\/*",
                "http:\/\/issaquah.instructure.com\/*",
                "http:\/\/issaquah.instructure.com\/bettercanvas",
                "https:\/\/issaquah.instructure.com\/bettercanvas"
            ],
            "js": [
                "sweetalert\/sweetalert.min.js",
                "content.js"
            ],
            "css": [
                "sweetalert\/sweetalert.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "darklogo.png"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}