Special Redmine customizer
1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
Special Redmine customizer क्या है?
Special Redmine customizer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Special Redmine customizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
एक्सटेंशन की मूल जानकारी
नाम | Special Redmine customizer |
ID | ggpobgeelefmkhdonhgkjhmgmdoiadej |
आधिकारिक URL | https://chromewebstore.google.com/detail/special-redmine-customize/ggpobgeelefmkhdonhgkjhmgmdoiadej |
विवरण | 1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart |
फ़ाइल का आकार | 48.73 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.13 |
अंतिम अपडेट | 2014-04-01 |
प्रकाशन तिथि | 2014-04-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/p36101/special_redmine_customizer_ext |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Special Redmine customizer", "version": "1.13", "icons": { "16": "raccoon_comp16.png", "48": "raccoon_comp48.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Special Redmine customizer", "default_icon": "raccoon_comp48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/rm.hsmedia.ru\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/injected.js" ], "options_page": "options.html" } |