Coursera Quiz Printer

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

Co to jest Coursera Quiz Printer?

Coursera Quiz Printer to rozszerzenie Chrome opracowane przez Church of Thought, a jego główną funkcją jest „Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Coursera Quiz Printer

Pobierz pliki rozszerzeń Coursera Quiz Printer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Oficjalny URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Opis Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Rozmiar pliku 17.83 KB
Liczba instalacji 551
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-05-06
Data Publikacji 2020-10-17
Ocena 2.57/5 Łącznie 7 Oceny
Deweloper Church of Thought
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
Adres URL Strony Polityki Prywatności https://churchofthought.org/privacy-policy
Obsługiwane Języki 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"
    ]
}