BetterCanvas
Makes Canvas look better, also has customizable themes.
什么是BetterCanvas?
BetterCanvas是由james wilson开发的Chrome扩展程序,该扩展的主要功能是“Makes Canvas look better, also has customizable themes.”。
扩展截图
下载BetterCanvas扩展crx文件
下载BetterCanvas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[BETA] Makes Canvas look better. Adds themes and makes it look nicer.
扩展基本信息
名称 | BetterCanvas |
ID | lclfjjkhnbamoplnpplcjghfmcljafbm |
官方URL | https://chromewebstore.google.com/detail/bettercanvas/lclfjjkhnbamoplnpplcjghfmcljafbm |
简介 | Makes Canvas look better, also has customizable themes. |
文件大小 | 116 KB |
安装次数 | 562 |
当前版本 | 0.0.999.4 |
更新时间 | 2021-10-25 |
上架时间 | 2021-10-22 |
评分 | 4.25/5 共4次评分 |
开发者 | james wilson |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |