Gradelicious
Gradelicious Extension for Chrome
Cos'è Gradelicious?
Gradelicious è un'estensione di Chrome sviluppata da https://gradelicious.com, e la sua funzione principale è "Gradelicious Extension for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gradelicious
Scarica i file di estensione Gradelicious in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gmncfbkfngfechceeipjefcffmoimljb |
URL Ufficiale | https://chromewebstore.google.com/detail/gradelicious/gmncfbkfngfechceeipjefcffmoimljb |
Descrizione | Gradelicious Extension for Chrome |
Dimensione del File | 122 KB |
Conteggio Installazioni | 297 |
Versione Corrente | 2.0.4 |
Ultimo Aggiornamento | 2015-10-14 |
Data di Pubblicazione | 2015-10-13 |
Valutazione | 2.50/5 Totale 8 Valutazioni |
Sviluppatore | https://gradelicious.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gradelicious.com/ |
Lingue Supportate | 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" } |