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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}