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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}