LearnFaster

Enhancement suite for the Learn VLE

Qu'est-ce que LearnFaster ?

LearnFaster est une extension Chrome développée par Matthew Robinson, et sa fonction principale est "Enhancement suite for the Learn VLE".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LearnFaster

Téléchargez les fichiers d'extension LearnFaster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.
- 😺 + 🐶                    

Informations de Base sur l'Extension

Nom LearnFaster LearnFaster
ID gpnepihajljigdgpcafkcjpgopbpkjkk
URL Officiel https://chromewebstore.google.com/detail/learnfaster/gpnepihajljigdgpcafkcjpgopbpkjkk
Description Enhancement suite for the Learn VLE
Taille du Fichier 75.83 KB
Nombre d'Installations 19
Version Actuelle 4.0.3
Dernière Mise à Jour 2019-03-07
Date de Publication 2019-03-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur Matthew Robinson
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://rsquareddevs.wixsite.com/learnfasterpp
Langues Prises en Charge 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"
    }
}