Gheith Ghood

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

Gheith Ghood क्या है?

Gheith Ghood Sriram Hariharan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds features and improves the look of Dr. Gheith's 439 project website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gheith Ghood एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        (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'"
}