Contribution Painter
Paint your Github Contribution panel pretty colors!
Vad är Contribution Painter?
Contribution Painter är en Chrome-tillägg utvecklad av Tristan Wiley, och dess huvudfunktion är "Paint your Github Contribution panel pretty colors!".
Tilläggsskärmbilder
Ladda ner Contribution Painter-förlängningens CRX-fil
Ladda ner Contribution Painter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
Officiell webbadress | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Beskrivning | Paint your Github Contribution panel pretty colors! |
Filstorlek | 17.6 KB |
Antal Installationer | 51 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-02-08 |
Publiceringsdatum | 2017-02-08 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Tristan Wiley |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |