UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

UC Learn Fix :)란 무엇입니까?

UC Learn Fix :)은(는) Nitrolabs Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Forces all PDF files on learn to open in fullscreen view"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

UC Learn Fix :) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        By default PDF files on learn.canterbury.ac.nz open in a small preview window.
This extension forces them open normally. After installing the extension, all links in learn will automatically open in full size. Enjoy!                    

확장 프로그램 기본 정보

이름 UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
공식 URL https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
설명 Forces all PDF files on learn to open in fullscreen view
파일 크기 439 KB
설치 횟수 105
현재 버전 1.3.3
최근 업데이트 2013-08-26
출시 날짜 2013-08-26
평점 3.75/5 총 4 개의 평점
개발자 Nitrolabs Limited
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UC Learn Fix :)",
    "version": "1.3.3",
    "icons": {
        "16": "\/img\/icons\/icon_16.png",
        "48": "\/img\/icons\/icon_48.png",
        "128": "\/img\/icons\/icon_128.png"
    },
    "description": "Forces all PDF files on learn to open in fullscreen view",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/learn.canterbury.ac.nz\/*"
            ],
            "js": [
                "\/js\/external\/jquery.js",
                "\/js\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}