Gradelicious
Gradelicious Extension for Chrome
Gradelicious란 무엇입니까?
Gradelicious은(는) https://gradelicious.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gradelicious Extension for Chrome"입니다.
확장 프로그램 스크린샷
Gradelicious 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |