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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Cuny Portal
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |