Canvas Quiz Printer

Easily print quizzes from Canvas.

Canvas Quiz Printer क्या है?

Canvas Quiz Printer https://peterfoxflick.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily print quizzes from Canvas."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Quiz Printer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Canvas Quiz Printer provides a simple way to print off a quiz from Canvas. All you have to do is navigate to the quiz from within canvas and click on the print icon to the right of the URL bar. A new page will open with your quiz ready to be printed off. 

To use: Go to a quiz in canvas, click on the quiz print icon in the top right of the navigation bar.                    

एक्सटेंशन की मूल जानकारी

नाम Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
आधिकारिक URL https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
विवरण Easily print quizzes from Canvas.
फ़ाइल का आकार 23.95 KB
स्थापना संख्या 28,215
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2021-05-15
प्रकाशन तिथि 2019-10-22
रेटिंग 3.88/5 कुल 25 रेटिंग्स
डेवलपर https://peterfoxflick.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/peterfoxflick/CanvasQuizPrinter
सहायता पृष्ठ URL https://github.com/peterfoxflick/CanvasQuizPrinter/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Quiz Printer",
    "version": "0.2.0",
    "description": "Easily print quizzes from Canvas.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*\/quizzes\/*",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this Quiz",
        "default_icon": "icon16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com https:\/\/unpkg.com https:\/\/www.google-analytics.com; object-src 'self'"
}