UCCOM Extension

Making your tech life at UCCOM easier!

Qu'est-ce que UCCOM Extension ?

UCCOM Extension est une extension Chrome développée par quinnhosler, et sa fonction principale est "Making your tech life at UCCOM easier!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UCCOM Extension

Téléchargez les fichiers d'extension UCCOM Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UCCOM Extension UCCOM Extension
ID ffkdddgaiapgnmbciijkhmnmccamaahb
URL Officiel https://chromewebstore.google.com/detail/uccom-extension/ffkdddgaiapgnmbciijkhmnmccamaahb
Description Making your tech life at UCCOM easier!
Taille du Fichier 753 KB
Nombre d'Installations 77
Version Actuelle 1.2.3
Dernière Mise à Jour 2019-04-03
Date de Publication 2019-04-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur quinnhosler
Type de Paiement free
Site Web de l'Extension https://github.com/quinnhosler/UCCOM_Extension
Langues Prises en Charge 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'"
}