Canvas Dark Mode
A dark theme for the Canvas website
Canvas Dark Modeとは何ですか?
Canvas Dark ModeはPutterBeanutによって開発されたChromeの拡張機能で、その主な機能は「A dark theme for the Canvas website」です。
拡張機能のスクリーンショット
Canvas Dark Mode拡張機能のCRXファイルをダウンロード
Canvas Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A dark theme for the Canvas website
拡張機能の基本情報
名前 | Canvas Dark Mode |
ID | nakjdpcjlcipablhcegilcogjhonegjd |
公式URL | https://chromewebstore.google.com/detail/canvas-dark-mode/nakjdpcjlcipablhcegilcogjhonegjd |
説明 | A dark theme for the Canvas website |
ファイルサイズ | 19.74 KB |
インストール数 | 526 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-08 |
公開日 | 2021-01-06 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | PutterBeanut |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas Dark Mode", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "https:\/\/*.instructure.com\/*" ] } ], "permissions": [ "https:\/\/*.instructure.com\/*" ], "icons": { "128": "logo.png" } } |