Gradelicious
Gradelicious Extension for Chrome
Gradelicious क्या है?
Gradelicious https://gradelicious.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gradelicious Extension for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gradelicious एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |