Schoology Fixer

This extension alters the look and feel of the schoology webpage according to user preference

Qu'est-ce que Schoology Fixer ?

Schoology Fixer est une extension Chrome développée par williamspencerdev, et sa fonction principale est "This extension alters the look and feel of the schoology webpage according to user preference".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Schoology Fixer

Téléchargez les fichiers d'extension Schoology Fixer 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

                        This Google Chrome extension effects the following changes on the Schoology webpage:

  It affixes the taskbar to the top of the window such that its position remains constant independent of scroll position.
  If hides all assignments marked as overdue by Schoology such that only upcoming assignments are visible.

Each of these may be enabled or disabled by clicking on the icon in the top bar.                    

Informations de Base sur l'Extension

Nom Schoology Fixer Schoology Fixer
ID mecodadpcihocjelfkpnmnmmejfljkpf
URL Officiel https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf
Description This extension alters the look and feel of the schoology webpage according to user preference
Taille du Fichier 34.63 KB
Nombre d'Installations 45
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-09-08
Date de Publication 2018-09-08
Développeur williamspencerdev
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Schoology Fixer",
    "description": "This extension alters the look and feel of the schoology webpage according to user preference",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "SF Options"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.schoology.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "script.js"
            ]
        }
    ]
}