Slocher
How many lines does this github-project contain?
Cos'è Slocher?
Slocher è un'estensione di Chrome sviluppata da Mads Cordes, e la sua funzione principale è "How many lines does this github-project contain?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slocher
Scarica i file di estensione Slocher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
URL Ufficiale | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
Descrizione | How many lines does this github-project contain? |
Dimensione del File | 14.5 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-11-23 |
Data di Pubblicazione | 2015-11-23 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Mads Cordes |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Mobilpadde/Slocher |
URL della Pagina di Aiuto | https://github.com/Mobilpadde/Slocher/issues |
Lingue Supportate | 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" ] } ] } |