Lambda School Darkmode
Dark mode theme for the Lambda School Training Kit
Wat is Lambda School Darkmode?
Lambda School Darkmode is een Chrome-extensie ontwikkeld door TinySquid, en de belangrijkste functie is "Dark mode theme for the Lambda School Training Kit".
Extensie Screenshots
Download het CRX-bestand van de extensie Lambda School Darkmode
Download Lambda School Darkmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is simple, it adds a dark mode theme to the Lambda School Training Kit.
Basisinformatie over de Extensie
Naam | |
ID | baklbgncdldcopkhleldppdjekkfjajb |
Officiële URL | https://chromewebstore.google.com/detail/lambda-school-darkmode/baklbgncdldcopkhleldppdjekkfjajb |
Beschrijving | Dark mode theme for the Lambda School Training Kit |
Bestandsgrootte | 13.35 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-09-29 |
Publicatiedatum | 2019-09-29 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | TinySquid |
Betalingswijze | free |
Extensiewebsite | https://github.com/TinySquid/lambda-school-dark-mode |
Help Pagina-URL | https://github.com/TinySquid/lambda-school-dark-mode |
Ondersteunde Talen | 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)" } } |