GauchoSpace-Enhancement-Suite
GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined
GauchoSpace-Enhancement-Suite란 무엇입니까?
GauchoSpace-Enhancement-Suite은(는) laolu32에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined"입니다.
확장 프로그램 스크린샷
GauchoSpace-Enhancement-Suite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GauchoSpace-Enhancement-Suite (GES) This Google Chrome extension is for Gauchospace, a Moodle installation in use by UCSB students. It current five pieces of functionality, with more features coming in the near future. * No more "Your session has timed out. Please login again.". If the form has been autofilled and if that message appears then the extension will automatically log you in. * Right-Clicking and doing a "Save As..." now works for documents other than PDFs. You can now "Save As..." Word, Powerpoint, and probably Excel documents. * A QuickClick Menu for clicking the course web page you want to get to when you go in from the front page of GauchoSpace and it has auto-logged you in. I don't see why I have to scroll and click those tinier links at the bottom. It is much nicer to have those huge buttons on the left. * Cloned the current week to the top in the course web page so the current week is right there when you get to the page. * Fixed left sidebar for course view so you don't lose it when scrolling down.
확장 프로그램 기본 정보
이름 | GauchoSpace-Enhancement-Suite |
ID | pheeppjlocebjmlilafogbilejnfhifc |
공식 URL | https://chromewebstore.google.com/detail/gauchospace-enhancement-s/pheeppjlocebjmlilafogbilejnfhifc |
설명 | GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined |
파일 크기 | 44.72 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2013-04-01 |
출시 날짜 | 2013-04-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | laolu32 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Roasbeef/GauchoSpace-Enhancement-Suite |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GauchoSpace-Enhancement-Suite", "version": "1.0.1", "manifest_version": 2, "description": "GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined", "icons": [], "content_scripts": [ { "matches": [ "https:\/\/gauchospace.ucsb.edu\/*" ], "js": [ "jquery.min.js", "GES.js", "jquery-scrolltofixed-min.js" ], "css": [ "style.css" ] } ] } |