Slocher
How many lines does this github-project contain?
Co to jest Slocher?
Slocher to rozszerzenie Chrome opracowane przez Mads Cordes, a jego główną funkcją jest „How many lines does this github-project contain?”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slocher
Pobierz pliki rozszerzeń Slocher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
Oficjalny URL | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
Opis | How many lines does this github-project contain? |
Rozmiar pliku | 14.5 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2015-11-23 |
Data Publikacji | 2015-11-23 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Mads Cordes |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Mobilpadde/Slocher |
Adres URL Strony Pomocy | https://github.com/Mobilpadde/Slocher/issues |
Obsługiwane Języki | 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" ] } ] } |