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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}