Canvas Quick Student View (any host name)

Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.

Τι είναι το Canvas Quick Student View (any host name);

Το Canvas Quick Student View (any host name) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Old Pike Software, και η κύρια λειτουργία του είναι "Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Canvas Quick Student View (any host name)

Λήψη αρχείων επέκτασης Canvas Quick Student View (any host name) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.
Install to add the Student View link on every page at the top right (in the "crumbs" navigation pane) in the Canvas LMS. Enables quick toggling between Student View and regular view without extra navigation.

NOTE: as of its December 19, 2020 release, Canvas implements its own built-in Student View link on most pages. This extension's link now is preset to become hidden on pages where the built-in link is shown, but other options can be selected (see Options page for more info).

This version works with any URL, but you will need to enable it by clicking the icon in the Chrome toolbar and choose "Enable CQSV" (see screenshot #2). If you have your Canvas hosted on a domain of the type *.instructure.com/* , you can instead use a parallel version of this extension, obtainable at https://chrome.google.com/webstore/detail/canvas-quick-student-view/idkfmdcfofomdpiflkonjlcnllkffhoh  – that version does not require manual enabling.

Please find the complete manual at https://drive.google.com/drive/folders/1ZKHJh4_61pG4fbn743XW4qTAUCr41xaI?usp=sharing

Please join https://groups.google.com/d/forum/canvas-quick-student-view for questions, bug reports etc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Canvas Quick Student View (any host name) Canvas Quick Student View (any host name)
ID hlhfhggndbcoolimgcohdegdfpcbphhj
Επίσημο URL https://chromewebstore.google.com/detail/canvas-quick-student-view/hlhfhggndbcoolimgcohdegdfpcbphhj
Περιγραφή Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.
Μέγεθος Αρχείου 89.66 KB
Αριθμός Εγκαταστάσεων 374
Τρέχουσα Έκδοση 0.7
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2020-02-10
Προγραμματιστής Old Pike Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://groups.google.com/d/forum/canvas-quick-student-view
URL της Σελίδας Πολιτικής Απορρήτου https://oldpike.bxtrom.eu/privacy_policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Quick Student View (any host name)",
    "version": "0.7",
    "description": "Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "optional_permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "woAuthor.png",
                "wAuthor.png"
            ],
            "matches": []
        }
    ]
}