UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Co to jest UC Learn Fix :)?

UC Learn Fix :) to rozszerzenie Chrome opracowane przez Nitrolabs Limited, a jego główną funkcją jest „Forces all PDF files on learn to open in fullscreen view”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia UC Learn Fix :)

Pobierz pliki rozszerzeń UC Learn Fix :) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa UC Learn Fix :) UC Learn Fix :)
ID ngnkheohopedianocpedbfcapfjcibem
Oficjalny URL https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem
Opis Forces all PDF files on learn to open in fullscreen view
Rozmiar pliku 439 KB
Liczba instalacji 105
Aktualna Wersja 1.3.3
Ostatnia Aktualizacja 2013-08-26
Data Publikacji 2013-08-26
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Nitrolabs Limited
Typ Płatności free
Obsługiwane Języki 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
}