Contribution Painter
Paint your Github Contribution panel pretty colors!
Что такое Contribution Painter?
Contribution Painter - это расширение Chrome, разработанное Tristan Wiley, и его основная функция - "Paint your Github Contribution panel pretty colors!".
Снимки экрана расширения
Скачать файл CRX расширения Contribution Painter
Скачайте файлы расширений Contribution Painter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Paint your (or someone else's) Github contribution panel! Make it pretty colors, make a meme, make it say something. You have 5 colors to choose from.
To use press shift and press the blocks in the color pane. Основная информация о расширении
| Название | |
| ID | poalnbpalokfhigihgaoalbjcblkbaec |
| Официальный URL | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
| Описание | Paint your Github Contribution panel pretty colors! |
| Размер файла | 17.6 KB |
| Количество установок | 51 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2017-02-08 |
| Дата публикации | 2017-02-08 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | Tristan Wiley |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Contribution Painter",
"description": "Paint your Github Contribution panel pretty colors!",
"version": "1.1",
"permissions": [
"storage",
"tabs",
"http:\/\/github.com\/*",
"https:\/\/github.com\/*"
],
"browser_action": {
"default_title": "Change colors.",
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"background.js"
]
}
],
"manifest_version": 2
} | |