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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |