Gradelicious
Gradelicious Extension for Chrome
Τι είναι το Gradelicious;
Το Gradelicious είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gradelicious.com, και η κύρια λειτουργία του είναι "Gradelicious Extension for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gradelicious
Λήψη αρχείων επέκτασης Gradelicious σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gmncfbkfngfechceeipjefcffmoimljb |
Επίσημο URL | https://chromewebstore.google.com/detail/gradelicious/gmncfbkfngfechceeipjefcffmoimljb |
Περιγραφή | Gradelicious Extension for Chrome |
Μέγεθος Αρχείου | 122 KB |
Αριθμός Εγκαταστάσεων | 297 |
Τρέχουσα Έκδοση | 2.0.4 |
Τελευταία Ενημέρωση | 2015-10-14 |
Ημερομηνία Δημοσίευσης | 2015-10-13 |
Αξιολόγηση | 2.50/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://gradelicious.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gradelicious.com/ |
Υποστηριζόμενες Γλώσσες | 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" } |