UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Что такое UC Learn Fix :)?

UC Learn Fix :) - это расширение Chrome, разработанное Nitrolabs Limited, и его основная функция - "Forces all PDF files on learn to open in fullscreen view".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения UC Learn Fix :)

Скачайте файлы расширений 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
}