Github code folding

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

Qu'est-ce que Github code folding ?

Github code folding est une extension Chrome développée par Ryan Harkins, et sa fonction principale est "Add code folding functionality on github for code indented using 2 spaces".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github code folding

Téléchargez les fichiers d'extension Github code folding au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Github code folding Github code folding
ID iokmjnihlfnchffcmjihafillepmhogk
URL Officiel https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk
Description Add code folding functionality on github for code indented using 2 spaces
Taille du Fichier 14.7 KB
Nombre d'Installations 41
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-05-23
Date de Publication 2015-05-23
Évaluation 3.00/5 Total 2 Évaluations
Développeur Ryan Harkins
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}