GithubPulse
Chrome Extension to help you remember to contribute every day on Github
Что такое GithubPulse?
GithubPulse - это расширение Chrome, разработанное Unknown, и его основная функция - "Chrome Extension to help you remember to contribute every day on Github".
Снимки экрана расширения
Скачать файл CRX расширения GithubPulse
Скачайте файлы расширений GithubPulse в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Github Pulse is an app to help you keep your streaks, making a commit every day. It shows a graph of your last month commits and how long is your current streak. Its icon also turns red if you haven't commited today yet, and by the end of the afternoon it'll remember you once, in case you still haven't commited.
Основная информация о расширении
Название | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
Официальный URL | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
Описание | Chrome Extension to help you remember to contribute every day on Github |
Размер файла | 524 KB |
Количество установок | 42 |
Текущая Версия | 0.3.7 |
Последнее Обновление | 2015-02-12 |
Дата публикации | 2015-02-12 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | http://tadeuzagallo.com/GithubPulse |
URL страницы помощи | https://github.com/tadeuzagallo/GithubPulse/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GithubPulse", "description": "Chrome Extension to help you remember to contribute every day on Github", "version": "0.3.7", "background": { "scripts": [ "js\/update.js" ] }, "permissions": [ "management", "notifications", "storage", "alarms", "webRequest", "webRequestBlocking", "https:\/\/*\/" ], "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/blue\/icon38.png", "default_popup": "front\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |