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ファイルをダウンロード

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!                    

拡張機能の基本情報

名前 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
}