uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

O que é uWaterloo Schedule Exporter?

uWaterloo Schedule Exporter é uma extensão do Chrome desenvolvida por Xierumeng, e sua principal característica é "Export your University of Waterloo class schedule directly from Quest.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão uWaterloo Schedule Exporter

Baixe arquivos de extensão uWaterloo Schedule Exporter 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

                        NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.

This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work.                    

Informações Básicas da Extensão

Nome uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
URL Oficial https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
Descrição Export your University of Waterloo class schedule directly from Quest.
Tamanho do Arquivo 290 KB
Contagem de Instalações 144
Versão Atual 1.9
Última Atualização 2021-08-27
Data de Publicação 2018-10-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Xierumeng
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Xierumeng/uwaterloo-schedule-exporter
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.9",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}