The Odin Project Dark Theme
Use dark theme on www.theodinproject.com
What is The Odin Project Dark Theme?
The Odin Project Dark Theme is a Chrome extension developed by andyduss, and its main feature is "Use dark theme on www.theodinproject.com".
Extension Screenshots
Download The Odin Project Dark Theme Extension CRX File
Download The Odin Project Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Created by a TOP Student Source code: https://github.com/mindovermiles262/top-dark-theme PRs Welcome
Extension Basic Information
Name | |
ID | omiecnmmajomefpodcdjkebeonieonef |
Official URL | https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef |
Description | Use dark theme on www.theodinproject.com |
File Size | 56.43 KB |
Installation Count | 1,000 |
Current Version | 2.2.9 |
Last Updated | 2022-01-03 |
Publish Date | 2019-03-12 |
Rating | 4.88/5 Total 16 Ratings |
Developer | andyduss |
[email protected] | |
Payment Type | free |
Extension Website | https://www.theodinproject.com |
Help Page URL | https://andyduss.com |
Supported Languages | 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 } |