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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Lambda School Darkmode Lambda School Darkmode
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)"
    }
}