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
官方網址 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)"
    }
}