GitHub Enhancement Suite
A set of tools to enhance the GitHub experience.
Co to jest GitHub Enhancement Suite?
GitHub Enhancement Suite to rozszerzenie Chrome opracowane przez DTwigs, a jego główną funkcją jest „A set of tools to enhance the GitHub experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Enhancement Suite
Pobierz pliki rozszerzeń GitHub Enhancement Suite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        The GitHub Enhancement Suite improves your GitHub experience.
Tools:
File Filter: Filter your github files by file type when viewing code changes.
Commit Compare: a small "down arrow" icon next to each commit in a PR allowing you to compare that commit to the latest commit in that PR.
Source Code:
https://github.com/DTwigs/FilterDiff                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | eiehflbilhldhfbnolbnggcapbjmnpmo | 
| Oficjalny URL | https://chromewebstore.google.com/detail/github-enhancement-suite/eiehflbilhldhfbnolbnggcapbjmnpmo | 
| Opis | A set of tools to enhance the GitHub experience. | 
| Rozmiar pliku | 56.24 KB | 
| Liczba instalacji | 260 | 
| Aktualna Wersja | 0.4 | 
| Ostatnia Aktualizacja | 2014-02-22 | 
| Data Publikacji | 2014-02-21 | 
| Ocena | 2.00/5 Łącznie 1 Oceny | 
| Deweloper | DTwigs | 
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Enhancement Suite",
    "version": "0.4",
    "manifest_version": 2,
    "description": "A set of tools to enhance the GitHub experience.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "name": "Initialize GitHub Enhancement Suite",
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ]
}  |  |