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 |
| 公式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 |
| Eメール | [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"
]
} | |