Cuny Portal

a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October…

O que é Cuny Portal?

Cuny Portal é uma extensão do Chrome desenvolvida por nickhidalgo93, e sua principal característica é "a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cuny Portal

Baixe arquivos de extensão Cuny Portal 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

                        a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first.

Version 1.3.1 October 2, 2018
** Fixed blackboard and cuny first links
** Redesign of entire extension
** changed background color
** added Fall 2018 schedule 
** cleaned up layout

Version 2.0 April 4, 2019
** redesigned extension using bootstrap 4 **
** cuny twitter feed tab **
** updated spring 2019 schedule **
** available on mobile at nickcancode.github.io/CunyPortal **

Please leave feedback                    

Informações Básicas da Extensão

Nome Cuny Portal Cuny Portal
ID iccbgoeadclnnhpnjpkhnebaleilbfpi
URL Oficial https://chrome.google.com/webstore/detail/cuny-portal/iccbgoeadclnnhpnjpkhnebaleilbfpi
Descrição a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October…
Tamanho do Arquivo 879 KB
Contagem de Instalações 20
Versão Atual 2.0
Última Atualização 2019-04-04
Data de Publicação 2019-04-04
Desenvolvedor nickhidalgo93
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuny Portal",
    "description": "",
    "version": "2.0",
    "author": "Nick",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Cuny Portal",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}