Lambda School Darkmode
Dark mode theme for the Lambda School Training Kit
Lambda School Darkmodeとは何ですか?
Lambda School DarkmodeはTinySquidによって開発されたChromeの拡張機能で、その主な機能は「Dark mode theme for the Lambda School Training Kit」です。
拡張機能のスクリーンショット
Lambda School Darkmode拡張機能のCRXファイルをダウンロード
Lambda School Darkmode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is simple, it adds a dark mode theme to the Lambda School Training Kit.
拡張機能の基本情報
名前 | |
ID | baklbgncdldcopkhleldppdjekkfjajb |
公式URL | https://chromewebstore.google.com/detail/lambda-school-darkmode/baklbgncdldcopkhleldppdjekkfjajb |
説明 | Dark mode theme for the Lambda School Training Kit |
ファイルサイズ | 13.35 KB |
インストール数 | 16 |
現在のバージョン | 1.1 |
最終更新日 | 2019-09-29 |
公開日 | 2019-09-29 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | TinySquid |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/TinySquid/lambda-school-dark-mode |
ヘルプページのURL | https://github.com/TinySquid/lambda-school-dark-mode |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lambda School Darkmode", "version": "1.1", "description": "Dark mode theme for the Lambda School Training Kit", "permissions": [ "*:\/\/learn.lambdaschool.com\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icons\/lambda-48.png", "96": "icons\/lambda-96.png" }, "page_action": { "default_icon": "icons\/lambda-48-off.png", "default_title": "Lambda School Darkmode (off)" } } |