Slocher
How many lines does this github-project contain?
What is Slocher?
Slocher is a Chrome extension developed by Mads Cordes, and its main feature is "How many lines does this github-project contain?".
Extension Screenshots
Download Slocher Extension CRX File
Download Slocher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
Official URL | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
Description | How many lines does this github-project contain? |
File Size | 14.5 KB |
Installation Count | 15 |
Current Version | 0.0.4 |
Last Updated | 2015-11-23 |
Publish Date | 2015-11-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Mads Cordes |
Payment Type | free |
Extension Website | https://github.com/Mobilpadde/Slocher |
Help Page URL | https://github.com/Mobilpadde/Slocher/issues |
Supported Languages | 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" ] } ] } |