CheckSchoology Lite
CheckSchoology Lite brings features from your favorite PCR extension into Schoology.
Wat is CheckSchoology Lite?
CheckSchoology Lite is een Chrome-extensie ontwikkeld door Bowen Yin, en de belangrijkste functie is "CheckSchoology Lite brings features from your favorite PCR extension into Schoology.".
Extensie Screenshots
Download het CRX-bestand van de extensie CheckSchoology Lite
Download CheckSchoology Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Visit your Schoology calendar page to get started. Summary of features: • Mark an assignment as complete by hovering over it and clicking the checkmark. • Change course colors by clicking on "All Calendars" at the top. • Choose from new, updated colors. • Completed assignments are synced across all signed-in Chrome devices. CheckSchoology Lite is open source. View the source code at https://github.com/BowenYin/checkschoology-lite.
Basisinformatie over de Extensie
Naam | CheckSchoology Lite |
ID | pggolmnkgkclmglodmckfdckmjglpjbm |
Officiële URL | https://chromewebstore.google.com/detail/checkschoology-lite/pggolmnkgkclmglodmckfdckmjglpjbm |
Beschrijving | CheckSchoology Lite brings features from your favorite PCR extension into Schoology. |
Bestandsgrootte | 18.93 KB |
Aantal Installaties | 306 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-09-29 |
Publicatiedatum | 2020-03-19 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Bowen Yin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/BowenYin/checkschoology-lite |
Help Pagina-URL | https://github.com/BowenYin/checkschoology-lite/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CheckSchoology Lite", "version": "1.1.2", "description": "CheckSchoology Lite brings features from your favorite PCR extension into Schoology.", "manifest_version": 2, "icons": { "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "*:\/\/schoology.harker.org\/calendar\/*", "*:\/\/athena.harker.org\/calendar\/*", "*:\/\/app.schoology.com\/calendar\/*" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "32": "icons\/icon32.png" } }, "permissions": [ "storage", "webRequest", "*:\/\/schoology.harker.org\/calendar\/*", "*:\/\/athena.harker.org\/calendar\/*", "*:\/\/app.schoology.com\/calendar\/*" ], "short_name": "CheckSchoology" } |