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…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Cuny Portal Cuny Portal
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"
    ]
}