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. 擴展基本資訊
| 名稱 | |
| ID | lclfjjkhnbamoplnpplcjghfmcljafbm |
| 官方網址 | 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"
]
} | |