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 |
官方網址 | 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. |
電子郵箱 | [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" ] } ] } |