Thinkful course theme editor
This extension changes background & font color for Thinkful courses
What is Thinkful course theme editor?
Thinkful course theme editor is a Chrome extension developed by yoobi.dev, and its main feature is "This extension changes background & font color for Thinkful courses".
Extension Screenshots
Download Thinkful course theme editor Extension CRX File
Download Thinkful course theme editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change background and font color for Thinkful courses.
Extension Basic Information
Name | |
ID | npmolopdjgniplfghjlponmehmggcmkn |
Official URL | https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn |
Description | This extension changes background & font color for Thinkful courses |
File Size | 5.47 KB |
Installation Count | 79 |
Current Version | 0.1.0 |
Last Updated | 2017-08-24 |
Publish Date | 2017-08-24 |
Rating | 4.00/5 Total 2 Ratings |
Developer | yoobi.dev |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |