Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
Co je Schoology Fixer?
Schoology Fixer je rozšíření Chrome vyvinuté williamspencerdev, a jeho hlavní funkcí je „This extension alters the look and feel of the schoology webpage according to user preference“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Schoology Fixer
Stáhněte si soubory rozšíření Schoology Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
Oficiální URL | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
Popis | This extension alters the look and feel of the schoology webpage according to user preference |
Velikost souboru | 34.63 KB |
Počet instalací | 45 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2018-09-08 |
Datum Vydání | 2018-09-08 |
Vývojář | williamspencerdev |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |