Gradelicious
Gradelicious Extension for Chrome
Was ist Gradelicious?
Gradelicious ist eine Chrome-Erweiterung, die von https://gradelicious.com entwickelt wurde, und ihr Hauptmerkmal ist "Gradelicious Extension for Chrome".
Erweiterungsscreenshots
Gradelicious-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gradelicious-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Super easy and efficient grading for Google DriveTM and your Google ClassroomTM. Gradelicious incorporates a Rubric grading panel that displays beside any shared GoogleTM document types, including; Docs, Sheets, Slides, Drawings, Forms and PDFs. Move through piles of student documents in a highly efficient and focused manner. Spend your time on grading, instead of file management, copying, pasting and figuring out how to best share your results.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gmncfbkfngfechceeipjefcffmoimljb |
Offizielle URL | https://chromewebstore.google.com/detail/gradelicious/gmncfbkfngfechceeipjefcffmoimljb |
Beschreibung | Gradelicious Extension for Chrome |
Dateigröße | 122 KB |
Installationsanzahl | 297 |
Aktuelle Version | 2.0.4 |
Letztes Update | 2015-10-14 |
Veröffentlichungsdatum | 2015-10-13 |
Bewertung | 2.50/5 Insgesamt 8 Bewertungen |
Entwickler | https://gradelicious.com |
Zahlungsart | free |
Erweiterungswebsite | https://gradelicious.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "web_accessible_resources": [ "favicon.png" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "gl-x.css" ], "js": [ "jquery.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "description": "Gradelicious Extension for Chrome", "name": "Gradelicious", "permissions": [ "https:\/\/gradelicious\/*", "storage" ], "short_name": "Gradelicious", "options_ui": { "page": "options.html", "chrome_style": false }, "options_page": "options.html", "browser_action": { "default_icon": { "38": "icon38.png" }, "default_title": "Gradelicious - The Best Way To Grade", "default_popup": "popup.html" }, "version": "2.0.4" } |