Thinkful course theme editor

This extension changes background & font color for Thinkful courses

Thinkful course theme editorคืออะไร?

Thinkful course theme editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoobi.dev และคุณลักษณะหลักของมันคือ "This extension changes background & font color for Thinkful courses"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thinkful course theme editor

ดาวน์โหลดไฟล์ส่วนขยาย Thinkful course theme editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change background and font color for Thinkful courses.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Thinkful course theme editor Thinkful course theme editor
ID npmolopdjgniplfghjlponmehmggcmkn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn
คำอธิบาย This extension changes background & font color for Thinkful courses
ขนาดไฟล์ 5.47 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2017-08-24
วันที่เผยแพร่ 2017-08-24
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา yoobi.dev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thinkful course theme editor",
    "description": "This extension changes background & font color for Thinkful courses",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "thinkful.css"
            ],
            "matches": [
                "https:\/\/courses.thinkful.com\/*"
            ]
        }
    ]
}