UofT Profs

This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.

UofT Profs란 무엇입니까?

UofT Profs은(는) https://uoftprofs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.                    

확장 프로그램 기본 정보

이름 UofT Profs UofT Profs
ID olojdnpfailkhfoimaddolpmeilcdong
공식 URL https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong
설명 This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
파일 크기 47.24 KB
설치 횟수 39
현재 버전 1.3.1
최근 업데이트 2018-06-29
출시 날짜 2018-06-28
평점 4.56/5 총 9 개의 평점
개발자 https://uoftprofs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/walden-shen/uoft-profs-crx
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UofT Profs",
    "version": "1.3.1",
    "description": "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/acorn.utoronto.ca\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/acorn.utoronto.ca\/*"
    ]
}