Lambda School Darkmode

Dark mode theme for the Lambda School Training Kit

Lambda School Darkmodeคืออะไร?

Lambda School Darkmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TinySquid และคุณลักษณะหลักของมันคือ "Dark mode theme for the Lambda School Training Kit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lambda School Darkmode

ดาวน์โหลดไฟล์ส่วนขยาย 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)"
    }
}