Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
Vad är Schoology Fixer?
Schoology Fixer är en Chrome-tillägg utvecklad av williamspencerdev, och dess huvudfunktion är "This extension alters the look and feel of the schoology webpage according to user preference".
Tilläggsskärmbilder
Ladda ner Schoology Fixer-förlängningens CRX-fil
Ladda ner Schoology Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
Officiell webbadress | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
Beskrivning | This extension alters the look and feel of the schoology webpage according to user preference |
Filstorlek | 34.63 KB |
Antal Installationer | 45 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2018-09-08 |
Publiceringsdatum | 2018-09-08 |
Utvecklare | williamspencerdev |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |