AccessSyracuse
Chrome Tab Extension for Syracuse University Students
AccessSyracuseคืออะไร?
AccessSyracuse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zach Visco และคุณลักษณะหลักของมันคือ "Chrome Tab Extension for Syracuse University Students"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AccessSyracuse
ดาวน์โหลดไฟล์ส่วนขยาย AccessSyracuse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AccessSyracuse Chrome Extension Chrome new-tab extension built for Syracuse University Students Functions: - Easy access to email, BlackBoard, MySlice, The Daily Orange, and upcoming events - Events calendar integration for all Syracuse University events - Popup window with shortcut links via Syracuse icon in top-right corner - Shortcuts to commonly used social media sites - Current Syracuse weather and descriptions - Syracuse Library integrated search
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AccessSyracuse |
ID | akbocdfgnndhlpaiiognnbopfmhojnfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accesssyracuse/akbocdfgnndhlpaiiognnbopfmhojnfa |
คำอธิบาย | Chrome Tab Extension for Syracuse University Students |
ขนาดไฟล์ | 6.5 MB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.3.5 |
อัปเดตครั้งล่าสุด | 2018-09-28 |
วันที่เผยแพร่ | 2018-09-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Zach Visco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AccessSyracuse", "version": "1.3.5", "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "js": [ "js\/preloader.js", "js\/slider.js", "js\/modifyDisplay.js", "js\/weather.js", "js\/clock.js", "js\/sulibrary.js" ], "matches": [ "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/; object-src 'self'", "browser_action": { "default_icon": "img\/su-square.png", "default_popup": "popup.html" }, "icons": { "16": "img\/su-square.png", "48": "img\/su-square.png", "128": "img\/su-square.png" }, "description": "Chrome Tab Extension for Syracuse University Students", "permissions": [ "storage" ] } |