LearnFaster

Enhancement suite for the Learn VLE

ما هو LearnFaster؟

LearnFaster هو إضافة Chrome تم تطويرها بواسطة Matthew Robinson، والميزة الرئيسية لها هي "Enhancement suite for the Learn VLE".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LearnFaster

قم بتنزيل ملفات الامتداد LearnFaster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Features:
- Search bar: Returns both text and announcements relevant to the search term found within your scope of access.
- Module content inflation: Expands the module content subpages and documents contained within, to make all visible on one page.
- Sticky side menu: Affixes the side menu to the top of your screen, no matter how far down you scroll.
- 😺 + 🐶                    

معلومات أساسية عن التمديد

الاسم LearnFaster LearnFaster
ID gpnepihajljigdgpcafkcjpgopbpkjkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/learnfaster/gpnepihajljigdgpcafkcjpgopbpkjkk
الوصف Enhancement suite for the Learn VLE
حجم الملف 75.83 KB
عدد التثبيتات 19
النسخة الحالية 4.0.3
آخر تحديث 2019-03-07
تاريخ النشر 2019-03-07
تقييم 5.00/5 مجموع تقييمات 6
المطور Matthew Robinson
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://rsquareddevs.wixsite.com/learnfasterpp
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LearnFaster",
    "version": "4.0.3",
    "description": "Enhancement suite for the Learn VLE",
    "options_page": "info.html",
    "author": "Matthew Robinson ",
    "short_name": "LearnFaster",
    "icons": {
        "128": "Search_icon_small.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "worker_proxy.js",
                "fontawesome.js",
                "stickymenu.js",
                "localforage.js"
            ],
            "matches": [
                "https:\/\/www.learn.ed.ac.uk\/*"
            ]
        },
        {
            "js": [
                "animals.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "info.js"
            ],
            "matches": [
                "http:\/\/*\/info.html"
            ]
        }
    ],
    "background": {
        "scripts": [
            "worker_proxy.js",
            "background.js",
            "stickymenu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "content.js",
        "content2.js",
        "fontawesome.js",
        "info.js",
        "localforage.js",
        "searchWorker.js",
        "stickymenu.js",
        "styles.css",
        "uoe_learn.png",
        "search_icon_stroke_small.png",
        "worker_proxy.html"
    ],
    "browser_action": {
        "default_icon": "Search_icon_small.png"
    }
}