Coursera Quiz Printer

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

ما هو Coursera Quiz Printer؟

Coursera Quiz Printer هو إضافة Chrome تم تطويرها بواسطة Church of Thought، والميزة الرئيسية لها هي "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Coursera Quiz Printer

قم بتنزيل ملفات الامتداد Coursera Quiz Printer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
عنوان صفحة سياسة الخصوصية 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"
    ]
}