BetterCanvas

Makes Canvas look better, also has customizable themes.

Cos'è BetterCanvas?

BetterCanvas è un'estensione di Chrome sviluppata da james wilson, e la sua funzione principale è "Makes Canvas look better, also has customizable themes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BetterCanvas

Scarica i file di estensione BetterCanvas in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BetterCanvas BetterCanvas
ID lclfjjkhnbamoplnpplcjghfmcljafbm
URL Ufficiale https://chromewebstore.google.com/detail/bettercanvas/lclfjjkhnbamoplnpplcjghfmcljafbm
Descrizione Makes Canvas look better, also has customizable themes.
Dimensione del File 116 KB
Conteggio Installazioni 562
Versione Corrente 0.0.999.4
Ultimo Aggiornamento 2021-10-25
Data di Pubblicazione 2021-10-22
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore james wilson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}