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
Cos'è Special Redmine customizer?
Special Redmine customizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Special Redmine customizer
Scarica i file di estensione Special Redmine customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
Informazioni di Base sull'Estensione
Nome | Special Redmine customizer |
ID | ggpobgeelefmkhdonhgkjhmgmdoiadej |
URL Ufficiale | https://chromewebstore.google.com/detail/special-redmine-customize/ggpobgeelefmkhdonhgkjhmgmdoiadej |
Descrizione | 1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart |
Dimensione del File | 48.73 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.13 |
Ultimo Aggiornamento | 2014-04-01 |
Data di Pubblicazione | 2014-04-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/p36101/special_redmine_customizer_ext |
Lingue Supportate | 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" } |