Thinkful course theme editor

This extension changes background & font color for Thinkful courses

Cos'è Thinkful course theme editor?

Thinkful course theme editor è un'estensione di Chrome sviluppata da yoobi.dev, e la sua funzione principale è "This extension changes background & font color for Thinkful courses".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Thinkful course theme editor

Scarica i file di estensione Thinkful course theme editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Change background and font color for Thinkful courses.                    

Informazioni di Base sull'Estensione

Nome Thinkful course theme editor Thinkful course theme editor
ID npmolopdjgniplfghjlponmehmggcmkn
URL Ufficiale https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn
Descrizione This extension changes background & font color for Thinkful courses
Dimensione del File 5.47 KB
Conteggio Installazioni 79
Versione Corrente 0.1.0
Ultimo Aggiornamento 2017-08-24
Data di Pubblicazione 2017-08-24
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore yoobi.dev
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}