AccessSyracuse

Chrome Tab Extension for Syracuse University Students

AccessSyracuse란 무엇입니까?

AccessSyracuse은(는) Zach Visco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Tab Extension for Syracuse University Students"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AccessSyracuse 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}