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 |
Eメール | [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 } |