The Odin Project Dark Theme
Use dark theme on www.theodinproject.com
什麼是The Odin Project Dark Theme?
The Odin Project Dark Theme是由andyduss開發的Chrome擴展程式,該擴展的主要功能是“Use dark theme on www.theodinproject.com”。
擴展截圖
下載The Odin Project Dark Theme擴展crx文件
下載The Odin Project Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Created by a TOP Student Source code: https://github.com/mindovermiles262/top-dark-theme PRs Welcome
擴展基本資訊
名稱 | |
ID | omiecnmmajomefpodcdjkebeonieonef |
官方網址 | https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef |
簡介 | Use dark theme on www.theodinproject.com |
檔案大小 | 56.43 KB |
安裝次數 | 1,000 |
目前版本 | 2.2.9 |
更新時間 | 2022-01-03 |
上架時間 | 2019-03-12 |
評分 | 4.88/5 共 16 次評分 |
開發者 | andyduss |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.theodinproject.com |
說明頁面URL | https://andyduss.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Odin Project Dark Theme", "version": "2.2.9", "description": "Use dark theme on www.theodinproject.com", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.theodinproject.com\/*" ], "css": [ "darkMode.css" ] } ], "icons": { "16": "images\/odin16.png", "32": "images\/odin32.png", "48": "images\/odin48.png", "128": "images\/odin128.png" }, "manifest_version": 2 } |