Slocher
How many lines does this github-project contain?
Wat is Slocher?
Slocher is een Chrome-extensie ontwikkeld door Mads Cordes, en de belangrijkste functie is "How many lines does this github-project contain?".
Extensie Screenshots
Download het CRX-bestand van de extensie Slocher
Download Slocher-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
Ever wondered how many source lines of code any given github project has? Well, wonder no more! - Simply install this extension and navigate to an arbitrary github project, find *Graphs* and click on *Lines of Code*. It's that simple!
Basisinformatie over de Extensie
Naam | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
Officiële URL | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
Beschrijving | How many lines does this github-project contain? |
Bestandsgrootte | 14.5 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-11-23 |
Publicatiedatum | 2015-11-23 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Mads Cordes |
Betalingswijze | free |
Extensiewebsite | https://github.com/Mobilpadde/Slocher |
Help Pagina-URL | https://github.com/Mobilpadde/Slocher/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slocher", "description": "How many lines does this github-project contain?", "version": "0.0.4", "author": "Mads Cordes", "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "css": [ "assets\/styles\/slocher.css" ], "js": [ "assets\/js\/numeral.min.js", "assets\/js\/Helper.js", "assets\/js\/slocher.js" ] } ] } |