UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Qu'est-ce que UC Learn Fix :) ?

UC Learn Fix :) est une extension Chrome développée par Nitrolabs Limited, et sa fonction principale est "Forces all PDF files on learn to open in fullscreen view".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UC Learn Fix :)

Téléchargez les fichiers d'extension UC Learn Fix :) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
URL Officiel https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
Description Forces all PDF files on learn to open in fullscreen view
Taille du Fichier 439 KB
Nombre d'Installations 105
Version Actuelle 1.3.3
Dernière Mise à Jour 2013-08-26
Date de Publication 2013-08-26
Évaluation 3.75/5 Total 4 Évaluations
Développeur Nitrolabs Limited
Type de Paiement free
Langues Prises en Charge 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
}