Github code folding

Add code folding functionality on github for code indented using 2 spaces

Co to jest Github code folding?

Github code folding to rozszerzenie Chrome opracowane przez Ryan Harkins, a jego główną funkcją jest „Add code folding functionality on github for code indented using 2 spaces”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github code folding

Pobierz pliki rozszerzeń Github code folding 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Github code folding Github code folding
ID iokmjnihlfnchffcmjihafillepmhogk
Oficjalny URL https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk
Opis Add code folding functionality on github for code indented using 2 spaces
Rozmiar pliku 14.7 KB
Liczba instalacji 41
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-05-23
Data Publikacji 2015-05-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Ryan Harkins
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github code folding",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Add code folding functionality on github for code indented using 2 spaces",
    "homepage_url": "http:\/\/github.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}