Canvas+
An extension to enhance the Canvas with features students want
Canvas+ क्या है?
Canvas+ samuelli4521 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to enhance the Canvas with features students want"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canvas+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Canvas+ adds a bunch of small features to Instructure's Canvas that help students use Canvas better and quicker. Features include: - Tabs to navigate between courses - Grades on the dashboard - Assignments due in a week on the dashboard - Custom links for commonly used links in a course - and more! The project is open source and is open to contributions at http://github.com/samuelili/canvas-plus This extension is currently under heavy development and is in early stages, expect issues to arise! If you have problems or ideas for the extension, send me a DM on Instagram @samuelili! Newest Updates (0.3.9): - Added a settings reset button in case of errors (please view this in the options page) - Added a new feature for attached documents! Pop it out to a new tab or expand it to fill the whole screen! Developed by Samuel Li
एक्सटेंशन की मूल जानकारी
नाम | Canvas+ |
ID | bfeldahomapdhmnmedanpodjpkfjohen |
आधिकारिक URL | https://chromewebstore.google.com/detail/canvas+/bfeldahomapdhmnmedanpodjpkfjohen |
विवरण | An extension to enhance the Canvas with features students want |
फ़ाइल का आकार | 2.43 MB |
स्थापना संख्या | 13,085 |
वर्तमान संस्करण | 0.3.9 |
अंतिम अपडेट | 2022-04-30 |
प्रकाशन तिथि | 2020-09-02 |
रेटिंग | 5.00/5 कुल 14 रेटिंग्स |
डेवलपर | samuelli4521 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/samuelili/canvas-plus |
सहायता पृष्ठ URL | http://github.com/samuelili/canvas-plus |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas+", "version": "0.3.9", "manifest_version": 2, "description": "An extension to enhance the Canvas with features students want", "homepage_url": "http:\/\/github.com\/samuelili\/canvas-plus", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "src\/options\/index.html" ], "permissions": [ "storage" ] } |