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文件

下载UofT Profs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}