Coursera Quiz Printer

Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org

Coursera Quiz Printerとは何ですか?

Coursera Quiz PrinterはChurch of Thoughtによって開発されたChromeの拡張機能で、その主な機能は「Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org」です。

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

screenshot

Coursera Quiz Printer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you've ever tried to print a partial or completed practice quiz on Coursera, then you've seen the jumbled mess that it spits out. This extension fixes that issue and lets you print any quiz or exam while taking it or while viewing the answers / feedback.                    

拡張機能の基本情報

名前 Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
公式URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
説明 Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
ファイルサイズ 17.83 KB
インストール数 551
現在のバージョン 1.3
最終更新日 2023-05-06
公開日 2020-10-17
評価 2.57/5 合計 7 レビュー
開発者 Church of Thought
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
プライバシーポリシーページのURL https://churchofthought.org/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org",
    "manifest_version": 2,
    "name": "Coursera Quiz Printer",
    "short_name": "Coursera Quizprint",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}