Gheith Ghood

Adds features and improves the look of Dr. Gheith's 439 project website

什么是Gheith Ghood?

Gheith Ghood是由Sriram Hariharan开发的Chrome扩展程序,该扩展的主要功能是“Adds features and improves the look of Dr. Gheith's 439 project website”。

扩展截图

screenshot
screenshot
screenshot

下载Gheith Ghood扩展crx文件

下载Gheith Ghood扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        (Also known as Gheith's Ghrome Ghextension")
This extension enhances Gheith’s website with stylistic changes and new features, letting you:
    - Easily search for and filter the list by commit ID
    - Sort commits by number of tests passed
    - View a condensed list of tests that you failed, as well as see if Dr. Gheith is also failing them
    - Open the source code for a test just by clicking on it, and without downloading the file
    - See how many people are failing a certain test
    - See a breakdown for the overall class mood
    - Forget your stress by looking at our pretty colors

The extension is open source at https://github.com/sghsri/Gheith-Ghood 

Developed by Sriram Hariharan & Chris Nunes                    

扩展基本信息

名称 Gheith Ghood Gheith Ghood
ID pgppljjidhphknbidcbolecekdmiknih
官方URL https://chrome.google.com/webstore/detail/gheith-ghood/pgppljjidhphknbidcbolecekdmiknih
简介 Adds features and improves the look of Dr. Gheith's 439 project website
文件大小 203 KB
安装次数 14
当前版本 0.0.1
更新时间 2019-02-27
上架时间 2019-02-26
评分 5.00/5 共5次评分
开发者 Sriram Hariharan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gheith Ghood",
    "version": "0.0.1",
    "description": "Adds features and improves the look of Dr. Gheith's 439 project website",
    "permissions": [
        "tabs",
        "declarativeContent",
        "identity",
        "*:\/\/*.cs.utexas.edu\/~gheith\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/highcharts.js",
                "js\/highcharts-more.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/www.cs.utexas.edu\/~gheith\/*"
            ]
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}