Thinkful course theme editor

This extension changes background & font color for Thinkful courses

Apa itu Thinkful course theme editor?

Thinkful course theme editor adalah ekstensi Chrome yang dikembangkan oleh yoobi.dev, dan fitur utamanya adalah "This extension changes background & font color for Thinkful courses".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Thinkful course theme editor

Unduh file ekstensi Thinkful course theme editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Change background and font color for Thinkful courses.                    

Informasi Dasar Ekstensi

Nama Thinkful course theme editor Thinkful course theme editor
ID npmolopdjgniplfghjlponmehmggcmkn
URL Resmi https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn
Deskripsi This extension changes background & font color for Thinkful courses
Ukuran File 5.47 KB
Jumlah Instalasi 79
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2017-08-24
Tanggal Publikasi 2017-08-24
Penilaian 4.00/5 Total 2 Penilaian
Pengembang yoobi.dev
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}