Slocher
How many lines does this github-project contain?
Что такое Slocher?
Slocher - это расширение Chrome, разработанное Mads Cordes, и его основная функция - "How many lines does this github-project contain?".
Снимки экрана расширения
Скачать файл CRX расширения Slocher
Скачайте файлы расширений Slocher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
Официальный URL | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
Описание | How many lines does this github-project contain? |
Размер файла | 14.5 KB |
Количество установок | 15 |
Текущая Версия | 0.0.4 |
Последнее Обновление | 2015-11-23 |
Дата публикации | 2015-11-23 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Mads Cordes |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Mobilpadde/Slocher |
URL страницы помощи | https://github.com/Mobilpadde/Slocher/issues |
Поддерживаемые языки | 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" ] } ] } |