UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Cos'è UC Learn Fix :)?

UC Learn Fix :) è un'estensione di Chrome sviluppata da Nitrolabs Limited, e la sua funzione principale è "Forces all PDF files on learn to open in fullscreen view".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UC Learn Fix :)

Scarica i file di estensione UC Learn Fix :) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
URL Ufficiale https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
Descrizione Forces all PDF files on learn to open in fullscreen view
Dimensione del File 439 KB
Conteggio Installazioni 105
Versione Corrente 1.3.3
Ultimo Aggiornamento 2013-08-26
Data di Pubblicazione 2013-08-26
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore Nitrolabs Limited
Tipo di Pagamento free
Lingue Supportate 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
}