ClassTab

A helpful extension that shows you current assignments and announcements every time a new tab is opened!

O que é ClassTab?

ClassTab é uma extensão do Chrome desenvolvida por http://classtab.pro, e sua principal característica é "A helpful extension that shows you current assignments and announcements every time a new tab is opened!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ClassTab

Baixe arquivos de extensão ClassTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ClassTab ClassTab
ID oipjpgaohihpeahbalofebhabbacjgpf
URL Oficial https://chrome.google.com/webstore/detail/classtab/oipjpgaohihpeahbalofebhabbacjgpf
Descrição A helpful extension that shows you current assignments and announcements every time a new tab is opened!
Tamanho do Arquivo 669 KB
Contagem de Instalações 54
Versão Atual 1.1.1
Última Atualização 2020-05-16
Data de Publicação 2020-05-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://classtab.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://classtab.pro/
URL da Página de Política de Privacidade https://classtab.pro/policies
Idiomas Suportados 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
    }
}