UofT Profs

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

UofT Profs là gì?

UofT Profs là một tiện ích mở rộng Chrome được phát triển bởi https://uoftprofs.com, và tính năng chính của nó là "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UofT Profs

Tải xuống các tệp mở rộng UofT Profs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UofT Profs UofT Profs
ID olojdnpfailkhfoimaddolpmeilcdong
URL Chính Thức https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong
Mô tả This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Kích Thước Tệp 47.24 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2018-06-29
Ngày Phát Hành 2018-06-28
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://uoftprofs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/walden-shen/uoft-profs-crx
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}