Gradepeek
See Canvas without being in Canvas
What is Gradepeek?
Gradepeek is a Chrome extension developed by richard.kirk790, and its main feature is "See Canvas without being in Canvas".
Extension Screenshots
Download Gradepeek Extension CRX File
Download Gradepeek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of having to pull out your phone to see your to-do's in Canvas? Tired of the slow and sometimes unusable interface of Canvas? Can't wait to do your homework? Gradepeek allows you to do it all, linking you to your most commonly used Canvas features quickly and easier than ever before. Tell your friends! This extension should work for every school that uses Canvas. For any issues, please leave feedback by clicking the gear in the top right, going to the website, and going to the feedback tab and submitting the form. Thank you!
Extension Basic Information
Name | Gradepeek |
ID | omejkieijjncolaijiaofblaldkhbcam |
Official URL | https://chromewebstore.google.com/detail/gradepeek/omejkieijjncolaijiaofblaldkhbcam |
Description | See Canvas without being in Canvas |
File Size | 1.48 MB |
Installation Count | 62 |
Current Version | 0.3.0 |
Last Updated | 2024-01-18 |
Publish Date | 2022-01-26 |
Rating | 5.00/5 Total 10 Ratings |
Developer | richard.kirk790 |
[email protected] | |
Payment Type | free |
Extension Website | https://gradepeek-cors.fly.dev/ |
Help Page URL | https://gradepeek-cors.fly.dev/contact |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gradepeek", "description": "See Canvas without being in Canvas", "version": "0.3.0", "manifest_version": 3, "action": { "default_title": "Gradepeek", "default_popup": "popup.5a10617b.html" }, "permissions": [ "storage" ], "icons": { "16": "gp16.d39fe3e7.png", "32": "gp32.5b642f78.png", "48": "gp48.44f7d78a.png", "128": "gp128.66633be8.png" } } |