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 |
官方URL | 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 } |