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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}