One dark theme for Quercus
a one dark like theme for University of Toronto's student website Quercus.
One dark theme for Quercusとは何ですか?
One dark theme for QuercusはChiatzen W.によって開発されたChromeの拡張機能で、その主な機能は「a one dark like theme for University of Toronto's student website Quercus.」です。
拡張機能のスクリーンショット
One dark theme for Quercus拡張機能のCRXファイルをダウンロード
One dark theme for Quercus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provide an alternate colour scheme for U of T's Quercus site.
拡張機能の基本情報
名前 | One dark theme for Quercus |
ID | abpbfjmnfnnpfepahhgnkmdlmffmkifj |
公式URL | https://chromewebstore.google.com/detail/one-dark-theme-for-quercu/abpbfjmnfnnpfepahhgnkmdlmffmkifj |
説明 | a one dark like theme for University of Toronto's student website Quercus. |
ファイルサイズ | 400 KB |
インストール数 | 39 |
現在のバージョン | 1.1 |
最終更新日 | 2021-12-20 |
公開日 | 2021-12-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Chiatzen W. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One dark theme for Quercus", "description": "a one dark like theme for University of Toronto's student website Quercus.", "version": "1.1", "icons": { "128": "\/images\/128.png" }, "manifest_version": 3, "permissions": [], "action": { "default_icon": { "128": "\/images\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/q.utoronto.ca\/*" ], "css": [ "one-dark.css" ] } ] } |