Comfortable PandA

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

Qu'est-ce que Comfortable PandA ?

Comfortable PandA est une extension Chrome développée par das08, et sa fonction principale est "Comfortable PandA is a Web browser extension for managing assignments and quizzes on PandA.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Comfortable PandA

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

                        PandAを見やすくするための拡張機能です。提出期限までの時間に応じて各サイトのタブに色が付きます。新たに追加された課題があるときにはタブの左上に通知バッジを表示します。
また、PandA上に追加された右上の[☰]ボタンから課題一覧とテスト・クイズ一覧を確認することができます。

This is a Chrome Extension that enables PandA users to easily check new assignments, find notifications, and so on. Lecture tab with published assignments will be colored with either red, yellow, or green according with until due date. Notification badge will be used to notify users if a new assignment is published.                    

Informations de Base sur l'Extension

Nom Comfortable PandA Comfortable PandA
ID cecjhdkagakhonnmddjgncmdldmppnoe
URL Officiel https://chromewebstore.google.com/detail/comfortable-panda/cecjhdkagakhonnmddjgncmdldmppnoe
Description Comfortable PandA is a Web browser extension for managing assignments and quizzes on PandA.
Taille du Fichier 1.32 MB
Nombre d'Installations 6,759
Version Actuelle 5.2.1
Dernière Mise à Jour 2023-12-17
Date de Publication 2020-08-17
Évaluation 5.00/5 Total 5 Évaluations
Développeur das08
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cpanda.das82.com/
URL de la Page d'Aide https://cpanda.das82.com/
URL de la Page de Politique de Confidentialité https://cpanda.das82.com/privacy.html
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comfortable PandA",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "5.2.1",
    "manifest_version": 3,
    "default_locale": "ja",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "Comfortable PandA",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/comfortable-sakai.css"
            ],
            "matches": [
                "https:\/\/panda.ecs.kyoto-u.ac.jp\/*"
            ]
        }
    ],
    "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": [
                "https:\/\/panda.ecs.kyoto-u.ac.jp\/*"
            ]
        }
    ]
}