UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

What is UC Learn Fix :)?

UC Learn Fix :) is a Chrome extension developed by Nitrolabs Limited, and its main feature is "Forces all PDF files on learn to open in fullscreen view".

Extension Screenshots

screenshot
screenshot

Download UC Learn Fix :) Extension CRX File

Download UC Learn Fix :) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
Official URL https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
Description Forces all PDF files on learn to open in fullscreen view
File Size 439 KB
Installation Count 105
Current Version 1.3.3
Last Updated 2013-08-26
Publish Date 2013-08-26
Rating 3.75/5 Total 4 Ratings
Developer Nitrolabs Limited
Payment Type free
Supported Languages 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
}