LearnFaster

Enhancement suite for the Learn VLE

LearnFaster क्या है?

LearnFaster Matthew Robinson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancement suite for the Learn VLE"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LearnFaster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
    }
}