JIRA Issue Highlighting
Highlights background color of issues
JIRA Issue Highlighting क्या है?
JIRA Issue Highlighting jeroen.meulendijks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights background color of issues"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JIRA Issue Highlighting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To use this extension follow the following steps: - Set "Board Settings" -> "Card Colors" Normally setting the card colors will only add a bar on the left side of the issue. But with this plugin it will color the whole card. The bar on the left of the issue will get the color set by "Card Color" and the rest of the card will get a 90% lighter color. So if the bar is set to dark green, the rest of the card will be light green.
एक्सटेंशन की मूल जानकारी
नाम | JIRA Issue Highlighting |
ID | eknpbjiclfddmpocgdjkncammmleehll |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll |
विवरण | Highlights background color of issues |
फ़ाइल का आकार | 36.65 KB |
स्थापना संख्या | 156 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2017-07-07 |
प्रकाशन तिथि | 2017-07-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | jeroen.meulendijks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jeroen Meulendijks", "content_scripts": [ { "js": [ "script.js", "jquery-3.2.1.min.js" ], "matches": [ "https:\/\/*\/secure\/*" ], "run_at": "document_end" } ], "description": "Highlights background color of issues", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "JIRA Issue Highlighting", "version": "1.3", "web_accessible_resources": [ "script.js" ] } |