UCCOM Extension

Making your tech life at UCCOM easier!

UCCOM Extensionとは何ですか?

UCCOM Extensionはquinnhoslerによって開発されたChromeの拡張機能で、その主な機能は「Making your tech life at UCCOM easier!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

UCCOM Extension拡張機能のCRXファイルをダウンロード

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