UCCOM Extension

Making your tech life at UCCOM easier!

UCCOM Extensionคืออะไร?

UCCOM Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quinnhosler และคุณลักษณะหลักของมันคือ "Making your tech life at UCCOM easier!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย UCCOM Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Frustrated when the 'k' button won't pause videos on Pathoma? Well, no more! Most keyboard shortcuts that work on Echo360 now also work on Pathoma. Happy studying!

Current features include keyboard shortcuts and 0.1x increments for Echo360/Pathoma, personal and class averages for MedOneStop, and labels for all those pesky ribbons on LCMS+!


Current limitations include... idk, I've been fixing most of them. Let me know what you think!

If you have any suggestions for new features, let me know!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UCCOM Extension UCCOM Extension
ID ffkdddgaiapgnmbciijkhmnmccamaahb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uccom-extension/ffkdddgaiapgnmbciijkhmnmccamaahb
คำอธิบาย Making your tech life at UCCOM easier!
ขนาดไฟล์ 753 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2019-04-03
วันที่เผยแพร่ 2019-04-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา quinnhosler
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/quinnhosler/UCCOM_Extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UCCOM Extension",
    "description": "Making your tech life at UCCOM easier!",
    "version": "1.2.3",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/echo360.org\/",
        "http:\/\/echo360.org\/",
        "https:\/\/comdo-wcnlb.uc.edu\/",
        "https:\/\/medicineonline.uc.edu\/",
        "http:\/\/www.pathoma.com\/",
        "https:\/\/www.pathoma.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}