Gradelicious
Gradelicious Extension for Chrome
Gradelicious là gì?
Gradelicious là một tiện ích mở rộng Chrome được phát triển bởi https://gradelicious.com, và tính năng chính của nó là "Gradelicious Extension for Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gradelicious
Tải xuống các tệp mở rộng Gradelicious dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gmncfbkfngfechceeipjefcffmoimljb |
URL Chính Thức | https://chromewebstore.google.com/detail/gradelicious/gmncfbkfngfechceeipjefcffmoimljb |
Mô tả | Gradelicious Extension for Chrome |
Kích Thước Tệp | 122 KB |
Số Lần Cài Đặt | 297 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2015-10-14 |
Ngày Phát Hành | 2015-10-13 |
Đánh Giá | 2.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://gradelicious.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gradelicious.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |