Contribution Painter
Paint your Github Contribution panel pretty colors!
Co to jest Contribution Painter?
Contribution Painter to rozszerzenie Chrome opracowane przez Tristan Wiley, a jego główną funkcją jest „Paint your Github Contribution panel pretty colors!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Contribution Painter
Pobierz pliki rozszerzeń Contribution Painter 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
Oficjalny URL | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Opis | Paint your Github Contribution panel pretty colors! |
Rozmiar pliku | 17.6 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-02-08 |
Data Publikacji | 2017-02-08 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Tristan Wiley |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |