BetterCanvas
Makes Canvas look better, also has customizable themes.
What is BetterCanvas?
BetterCanvas is a Chrome extension developed by james wilson, and its main feature is "Makes Canvas look better, also has customizable themes.".
Extension Screenshots
Download BetterCanvas Extension CRX File
Download BetterCanvas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
[BETA] Makes Canvas look better. Adds themes and makes it look nicer.
Extension Basic Information
Name | BetterCanvas |
ID | lclfjjkhnbamoplnpplcjghfmcljafbm |
Official URL | https://chromewebstore.google.com/detail/bettercanvas/lclfjjkhnbamoplnpplcjghfmcljafbm |
Description | Makes Canvas look better, also has customizable themes. |
File Size | 116 KB |
Installation Count | 562 |
Current Version | 0.0.999.4 |
Last Updated | 2021-10-25 |
Publish Date | 2021-10-22 |
Rating | 4.25/5 Total 4 Ratings |
Developer | james wilson |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |