GitHub Colorful Contributions
💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.
GitHub Colorful Contributions क्या है?
GitHub Colorful Contributions g1eny0ung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "💚💙💜💛❤️ Customize the colors of the GitHub contributions graph."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Colorful Contributions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GitHub Colorful Contributions (GCC) can change the color of the contributions graph on your GitHub profile page. GCC can also be used with https://github.com/jasonlong/isometric-contributions. Once installed, you can click on the extension icon to select the color you like. Extension homepage: https://github.com/g1eny0ung/github-colorful-contributions-graph If you have any questions, feel free to submit an issue at https://github.com/g1eny0ung/github-colorful-contributions-graph/issues or mail me ([email protected]).
एक्सटेंशन की मूल जानकारी
नाम | GitHub Colorful Contributions |
ID | nmlemiahmhcclpifhmpbjbikdgbndief |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-colorful-contribut/nmlemiahmhcclpifhmpbjbikdgbndief |
विवरण | 💚💙💜💛❤️ Customize the colors of the GitHub contributions graph. |
फ़ाइल का आकार | 121 KB |
स्थापना संख्या | 163 |
वर्तमान संस्करण | 4.0.3 |
अंतिम अपडेट | 2023-04-04 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | g1eny0ung |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/g1eny0ung/github-colorful-contributions-graph |
सहायता पृष्ठ URL | https://github.com/g1eny0ung/github-colorful-contributions-graph/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Colorful Contributions", "description": "\ud83d\udc9a\ud83d\udc99\ud83d\udc9c\ud83d\udc9b\u2764\ufe0f Customize the colors of the GitHub contributions graph.", "version": "4.0.3", "manifest_version": 3, "permissions": [ "declarativeContent", "storage", "scripting" ], "host_permissions": [ "https:\/\/github.com\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/obelisk.min.js", "js\/content_script.js" ] } ], "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } } |