UCCOM Extension

Making your tech life at UCCOM easier!

UCCOM Extension क्या है?

UCCOM Extension quinnhosler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making your tech life at UCCOM easier!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UCCOM Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}