Darth Hilfinger
An extension for toggling dark mode on the CS61B website.
Darth Hilfingerとは何ですか?
Darth HilfingerはJoe Moによって開発されたChromeの拡張機能で、その主な機能は「An extension for toggling dark mode on the CS61B website.」です。
拡張機能のスクリーンショット
Darth Hilfinger拡張機能のCRXファイルをダウンロード
Darth Hilfinger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A dark theme for Berkeley's CS61B Data Structures course website
拡張機能の基本情報
名前 | Darth Hilfinger |
ID | mllgckjnjcpjglbckdinhliigfeckonf |
公式URL | https://chromewebstore.google.com/detail/darth-hilfinger/mllgckjnjcpjglbckdinhliigfeckonf |
説明 | An extension for toggling dark mode on the CS61B website. |
ファイルサイズ | 13.54 KB |
インストール数 | 14 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-01-23 |
公開日 | 2020-01-23 |
開発者 | Joe Mo |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "CS61B Dark Mode (Enabled)" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/inst.eecs.berkeley.edu\/~cs61b*" ] } ], "description": "An extension for toggling dark mode on the CS61B website.", "icons": { "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "Darth Hilfinger", "version": "1.0.0", "web_accessible_resources": [ "css\/override.css" ] } |