Git Git Hooray
Celebrate first time contributors on GitHub
Git Git Hooray क्या है?
Git Git Hooray Paul Molluzzo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Celebrate first time contributors on GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git Git Hooray एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
एक्सटेंशन की मूल जानकारी
नाम | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
आधिकारिक URL | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
विवरण | Celebrate first time contributors on GitHub |
फ़ाइल का आकार | 24.91 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-03-27 |
प्रकाशन तिथि | 2017-03-27 |
डेवलपर | Paul Molluzzo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/paulmolluzzo/git-git-hooray |
सहायता पृष्ठ URL | https://github.com/paulmolluzzo/git-git-hooray/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |