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”。
擴展截圖
下載UC Learn Fix :)擴展crx文件
下載UC Learn Fix :)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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!                     擴展基本資訊
| 名稱 |   |  
| ID | ngnkheohopedianocpedbfcapfjcibem | 
| 官方網址 | 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
}  |  |