Contribution Painter
Paint your Github Contribution panel pretty colors!
Contribution Painter là gì?
Contribution Painter là một tiện ích mở rộng Chrome được phát triển bởi Tristan Wiley, và tính năng chính của nó là "Paint your Github Contribution panel pretty colors!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Contribution Painter
Tải xuống các tệp mở rộng Contribution Painter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
URL Chính Thức | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Mô tả | Paint your Github Contribution panel pretty colors! |
Kích Thước Tệp | 17.6 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-02-08 |
Ngày Phát Hành | 2017-02-08 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tristan Wiley |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |