Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
Τι είναι το Schoology Fixer;
Το Schoology Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον williamspencerdev, και η κύρια λειτουργία του είναι "This extension alters the look and feel of the schoology webpage according to user preference".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Schoology Fixer
Λήψη αρχείων επέκτασης Schoology Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
Επίσημο URL | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
Περιγραφή | This extension alters the look and feel of the schoology webpage according to user preference |
Μέγεθος Αρχείου | 34.63 KB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2018-09-08 |
Ημερομηνία Δημοσίευσης | 2018-09-08 |
Προγραμματιστής | williamspencerdev |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |