Canvas Quick Student View
Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right.
Canvas Quick Student View क्या है?
Canvas Quick Student View Old Pike Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canvas Quick Student View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Install to add the Student View link – visible as a "spectacles" icon – 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 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 extension ONLY works with Canvas URLs of the following types: https://*.instructure.com/* http://*.instructure.com/* https://canvas.gu.se/* For other URL formats, use Canvas Quick Student View (any host), link: https://chrome.google.com/webstore/detail/canvas-quick-student-view/hlhfhggndbcoolimgcohdegdfpcbphhj 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 |
ID | idkfmdcfofomdpiflkonjlcnllkffhoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/canvas-quick-student-view/idkfmdcfofomdpiflkonjlcnllkffhoh |
विवरण | Adds the Student View link to all pages in Canvas. Look for the spectacles icon at the top right. |
फ़ाइल का आकार | 86.46 KB |
स्थापना संख्या | 3,469 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2022-03-16 |
प्रकाशन तिथि | 2020-02-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | 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", "version": "0.12", "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" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.instructure.com\/*", "http:\/\/*.instructure.com\/*", "https:\/\/canvas.gu.se\/*" ] } ], "web_accessible_resources": [ { "resources": [ "icon128.png", "woAuthor.png", "wAuthor.png" ], "matches": [ "https:\/\/*.instructure.com\/*", "http:\/\/*.instructure.com\/*", "https:\/\/canvas.gu.se\/*" ] } ] } |