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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Special Redmine customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |