Comfortable Sakai

Comfortable Sakai is a Web browser extension for managing assignments and quizzes on Sakai LMS.

Wat is Comfortable Sakai?

Comfortable Sakai is een Chrome-extensie ontwikkeld door das08, en de belangrijkste functie is "Comfortable Sakai is a Web browser extension for managing assignments and quizzes on Sakai LMS.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Comfortable Sakai

Download Comfortable Sakai-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

                        Comfortable Sakai is a Web browser extension for managing assignments and quizzes on Sakai LMS.
Users can see the list of all assignments of all courses with just 1-click. Assignments will be grouped with Red, Yellow, and, Green according to its due date. Notification badge will provided for newly posted assignments.                    

Basisinformatie over de Extensie

Naam Comfortable Sakai Comfortable Sakai
ID dljchadmceknaijmdmnaaodjkkidhakh
Officiële URL https://chromewebstore.google.com/detail/comfortable-sakai/dljchadmceknaijmdmnaaodjkkidhakh
Beschrijving Comfortable Sakai is a Web browser extension for managing assignments and quizzes on Sakai LMS.
Bestandsgrootte 1.25 MB
Aantal Installaties 1,009
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-05-16
Publicatiedatum 2022-04-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar das08
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kyoto-u/comfortable-sakai
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comfortable Sakai",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "2.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "Comfortable Sakai",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/comfortable-sakai.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/comfortable-sakai.css",
                "img\/logo.png",
                "img\/noAssignment.png",
                "img\/miniSakaiBtn.png",
                "img\/closeBtn.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}