Github code folding
Add code folding functionality on github for code indented using 2 spaces
Vad är Github code folding?
Github code folding är en Chrome-tillägg utvecklad av Ryan Harkins, och dess huvudfunktion är "Add code folding functionality on github for code indented using 2 spaces".
Tilläggsskärmbilder
Ladda ner Github code folding-förlängningens CRX-fil
Ladda ner Github code folding-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | iokmjnihlfnchffcmjihafillepmhogk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk | 
| Beskrivning | Add code folding functionality on github for code indented using 2 spaces | 
| Filstorlek | 14.7 KB | 
| Antal Installationer | 41 | 
| Aktuell Version | 0.0.1 | 
| Senast Uppdaterad | 2015-05-23 | 
| Publiceringsdatum | 2015-05-23 | 
| Betyg | 3.00/5 Totalt 2 Betyg | 
| Utvecklare | Ryan Harkins | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |