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".
Снимки экрана расширения
Скачать файл CRX расширения Thinkful course theme editor
Скачайте файлы расширений Thinkful course theme editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change background and font color for Thinkful courses.
Основная информация о расширении
Название | |
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\/*" ] } ] } |