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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Special Redmine customizer
قم بتنزيل ملفات الامتداد Special Redmine customizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |