Lambda School Darkmode
Dark mode theme for the Lambda School Training Kit
What is Lambda School Darkmode?
Lambda School Darkmode is a Chrome extension developed by TinySquid, and its main feature is "Dark mode theme for the Lambda School Training Kit".
Extension Screenshots
Download Lambda School Darkmode Extension CRX File
Download Lambda School Darkmode 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
This extension is simple, it adds a dark mode theme to the Lambda School Training Kit.
Extension Basic Information
Name | |
ID | baklbgncdldcopkhleldppdjekkfjajb |
Official URL | https://chromewebstore.google.com/detail/lambda-school-darkmode/baklbgncdldcopkhleldppdjekkfjajb |
Description | Dark mode theme for the Lambda School Training Kit |
File Size | 13.35 KB |
Installation Count | 16 |
Current Version | 1.1 |
Last Updated | 2019-09-29 |
Publish Date | 2019-09-29 |
Rating | 5.00/5 Total 6 Ratings |
Developer | TinySquid |
Payment Type | free |
Extension Website | https://github.com/TinySquid/lambda-school-dark-mode |
Help Page URL | https://github.com/TinySquid/lambda-school-dark-mode |
Supported Languages | 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)" } } |