Thinkful course theme editor
This extension changes background & font color for Thinkful courses
Wat is Thinkful course theme editor?
Thinkful course theme editor is een Chrome-extensie ontwikkeld door yoobi.dev, en de belangrijkste functie is "This extension changes background & font color for Thinkful courses".
Extensie Screenshots
Download het CRX-bestand van de extensie Thinkful course theme editor
Download Thinkful course theme editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Change background and font color for Thinkful courses.
Basisinformatie over de Extensie
Naam | |
ID | npmolopdjgniplfghjlponmehmggcmkn |
Officiële URL | https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn |
Beschrijving | This extension changes background & font color for Thinkful courses |
Bestandsgrootte | 5.47 KB |
Aantal Installaties | 79 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2017-08-24 |
Publicatiedatum | 2017-08-24 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | yoobi.dev |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |