Github code folding
Add code folding functionality on github for code indented using 2 spaces
Wat is Github code folding?
Github code folding is een Chrome-extensie ontwikkeld door Ryan Harkins, en de belangrijkste functie is "Add code folding functionality on github for code indented using 2 spaces".
Extensie Screenshots
Download het CRX-bestand van de extensie Github code folding
Download Github code folding-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Github code folding |
ID | iokmjnihlfnchffcmjihafillepmhogk |
Officiële URL | https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk |
Beschrijving | Add code folding functionality on github for code indented using 2 spaces |
Bestandsgrootte | 14.7 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-05-23 |
Publicatiedatum | 2015-05-23 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ryan Harkins |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |