UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Co je UC Learn Fix :)?

UC Learn Fix :) je rozšíření Chrome vyvinuté Nitrolabs Limited, a jeho hlavní funkcí je „Forces all PDF files on learn to open in fullscreen view“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření UC Learn Fix :)

Stáhněte si soubory rozšíření UC Learn Fix :) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
Oficiální URL https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
Popis Forces all PDF files on learn to open in fullscreen view
Velikost souboru 439 KB
Počet instalací 105
Aktuální Verze 1.3.3
Poslední Aktualizace 2013-08-26
Datum Vydání 2013-08-26
Hodnocení 3.75/5 Celkem 4 Hodnocení
Vývojář Nitrolabs Limited
Typ Platby free
Podporované Jazyky 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
}