Lambda School Darkmode
Dark mode theme for the Lambda School Training Kit
Qu'est-ce que Lambda School Darkmode ?
Lambda School Darkmode est une extension Chrome développée par TinySquid, et sa fonction principale est "Dark mode theme for the Lambda School Training Kit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lambda School Darkmode
Téléchargez les fichiers d'extension Lambda School Darkmode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is simple, it adds a dark mode theme to the Lambda School Training Kit.
Informations de Base sur l'Extension
Nom | |
ID | baklbgncdldcopkhleldppdjekkfjajb |
URL Officiel | https://chromewebstore.google.com/detail/lambda-school-darkmode/baklbgncdldcopkhleldppdjekkfjajb |
Description | Dark mode theme for the Lambda School Training Kit |
Taille du Fichier | 13.35 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-29 |
Date de Publication | 2019-09-29 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | TinySquid |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/TinySquid/lambda-school-dark-mode |
URL de la Page d'Aide | https://github.com/TinySquid/lambda-school-dark-mode |
Langues Prises en Charge | 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)" } } |