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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cuny Portal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |