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…
Wat is Cuny Portal?
Cuny Portal is een Chrome-extensie ontwikkeld door nickhidalgo93, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Cuny Portal
Download Cuny Portal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | iccbgoeadclnnhpnjpkhnebaleilbfpi |
Officiële URL | https://chrome.google.com/webstore/detail/cuny-portal/iccbgoeadclnnhpnjpkhnebaleilbfpi |
Beschrijving | 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… |
Bestandsgrootte | 879 KB |
Aantal Installaties | 20 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-04-04 |
Publicatiedatum | 2019-04-04 |
Ontwikkelaar | nickhidalgo93 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |