CheckSchoology Lite

CheckSchoology Lite brings features from your favorite PCR extension into Schoology.

Qu'est-ce que CheckSchoology Lite ?

CheckSchoology Lite est une extension Chrome développée par Bowen Yin, et sa fonction principale est "CheckSchoology Lite brings features from your favorite PCR extension into Schoology.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CheckSchoology Lite

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

                        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.                    

Informations de Base sur l'Extension

Nom CheckSchoology Lite CheckSchoology Lite
ID pggolmnkgkclmglodmckfdckmjglpjbm
URL Officiel https://chromewebstore.google.com/detail/checkschoology-lite/pggolmnkgkclmglodmckfdckmjglpjbm
Description CheckSchoology Lite brings features from your favorite PCR extension into Schoology.
Taille du Fichier 18.93 KB
Nombre d'Installations 306
Version Actuelle 1.1.2
Dernière Mise à Jour 2020-09-29
Date de Publication 2020-03-19
Évaluation 3.67/5 Total 3 Évaluations
Développeur Bowen Yin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/BowenYin/checkschoology-lite
URL de la Page d'Aide https://github.com/BowenYin/checkschoology-lite/issues
Langues Prises en Charge 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"
}