Contribution Painter
Paint your Github Contribution panel pretty colors!
Was ist Contribution Painter?
Contribution Painter ist eine Chrome-Erweiterung, die von Tristan Wiley entwickelt wurde, und ihr Hauptmerkmal ist "Paint your Github Contribution panel pretty colors!".
Erweiterungsscreenshots
Contribution Painter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Contribution Painter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
Offizielle URL | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Beschreibung | Paint your Github Contribution panel pretty colors! |
Dateigröße | 17.6 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-02-08 |
Veröffentlichungsdatum | 2017-02-08 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Tristan Wiley |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |