ClassTab
A helpful extension that shows you current assignments and announcements every time a new tab is opened!
Что такое ClassTab?
ClassTab - это расширение Chrome, разработанное http://classtab.pro, и его основная функция - "A helpful extension that shows you current assignments and announcements every time a new tab is opened!".
Снимки экрана расширения
Скачать файл CRX расширения ClassTab
Скачайте файлы расширений ClassTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ClassTab replaces your "new tab" page with your own dashboard that displays all your Google Classroom Assignments and Announcements. It does so in a neatly organized way, that allows you to see it all at a glance, with no need to constantly check Google Classroom for updates on assignments and announcements your teachers may post. View all your school work, in one simple, condensed place, right as you open Chrome! The dashboard also allows for customization and all that good stuff, so you are able to make the dashboard truly yours.
Основная информация о расширении
Название | |
ID | oipjpgaohihpeahbalofebhabbacjgpf |
Официальный URL | https://chrome.google.com/webstore/detail/classtab/oipjpgaohihpeahbalofebhabbacjgpf |
Описание | A helpful extension that shows you current assignments and announcements every time a new tab is opened! |
Размер файла | 669 KB |
Количество установок | 54 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2020-05-16 |
Дата публикации | 2020-05-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://classtab.pro |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://classtab.pro/ |
URL страницы политики конфиденциальности | https://classtab.pro/policies |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClassTab", "description": "A helpful extension that shows you current assignments and announcements every time a new tab is opened!", "version": "1.1.1", "content_security_policy": "script-src 'self' https:\/\/classtab.pro\/ https:\/\/my.classtab.pro\/; object-src 'self'", "manifest_version": 2, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "browser_action": { "default_title": "ClassTab", "default_popup": "defaults\/settings.html" }, "chrome_url_overrides": { "newtab": "defaults\/newtab.html" }, "options_ui": { "page": "defaults\/settings.html", "chrome_style": true } } |