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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laolu32 และคุณลักษณะหลักของมันคือ "GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GauchoSpace-Enhancement-Suite

ดาวน์โหลดไฟล์ส่วนขยาย GauchoSpace-Enhancement-Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}