GitHub Issue Badges (for Enterprise)
Replace issue links to badges displaying issue status/title
GitHub Issue Badges (for Enterprise) क्या है?
GitHub Issue Badges (for Enterprise) motemen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace issue links to badges displaying issue status/title"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Issue Badges (for Enterprise) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces issue/PR links on GitHub Enterprise to badges, which includes their status (open, merged or closed) and assignees.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Issue Badges (for Enterprise) |
ID | bnbbodldimbdcckbnplohombkipjnmni |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni |
विवरण | Replace issue links to badges displaying issue status/title |
फ़ाइल का आकार | 208 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 2.5.3 |
अंतिम अपडेट | 2021-05-08 |
प्रकाशन तिथि | 2019-04-15 |
डेवलपर | motemen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/motemen/chrome-GitHub-Issue-Badges |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Badges (for Enterprise)", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page_GHE.html" } |