Comfortable PandA

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

Comfortable PandAとは何ですか?

Comfortable PandAはdas08によって開発されたChromeの拡張機能で、その主な機能は「Comfortable PandA is a Web browser extension for managing assignments and quizzes on PandA.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Comfortable PandA拡張機能のCRXファイルをダウンロード

Comfortable PandA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Comfortable PandA Comfortable PandA
ID cecjhdkagakhonnmddjgncmdldmppnoe
公式URL https://chromewebstore.google.com/detail/comfortable-panda/cecjhdkagakhonnmddjgncmdldmppnoe
説明 Comfortable PandA is a Web browser extension for managing assignments and quizzes on PandA.
ファイルサイズ 1.32 MB
インストール数 6,759
現在のバージョン 5.2.1
最終更新日 2023-12-17
公開日 2020-08-17
評価 5.00/5 合計 5 レビュー
開発者 das08
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cpanda.das82.com/
ヘルプページのURL https://cpanda.das82.com/
プライバシーポリシーページのURL https://cpanda.das82.com/privacy.html
対応言語 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\/*"
            ]
        }
    ]
}