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…
什么是Cuny Portal?
Cuny Portal是由nickhidalgo93开发的Chrome扩展程序,该扩展的主要功能是“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…”。
扩展截图
下载Cuny Portal扩展crx文件
下载Cuny Portal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | iccbgoeadclnnhpnjpkhnebaleilbfpi |
| 官方URL | https://chrome.google.com/webstore/detail/cuny-portal/iccbgoeadclnnhpnjpkhnebaleilbfpi |
| 简介 | 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… |
| 文件大小 | 879 KB |
| 安装次数 | 20 |
| 当前版本 | 2.0 |
| 更新时间 | 2019-04-04 |
| 上架时间 | 2019-04-04 |
| 开发者 | nickhidalgo93 |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |