UofT Profs

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

UofT Profsคืออะไร?

UofT Profs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uoftprofs.com และคุณลักษณะหลักของมันคือ "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UofT Profs

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}