Redmine Powerkit
A Redmine powerkit for internal using
Cos'è Redmine Powerkit?
Redmine Powerkit è un'estensione di Chrome sviluppata da Augustine Wen, e la sua funzione principale è "A Redmine powerkit for internal using".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Redmine Powerkit
Scarica i file di estensione Redmine Powerkit 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
                        - Add [iNL] support
- Add colored Requirements support
- Add issues fullscreen support
- Add new domain support
- Add the default assignee
- Support card changing
- Add OPT Support
- Add project highlighting                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | chahemppjcbnkgglaamhjmpagaagfpdi | 
| URL Ufficiale | https://chromewebstore.google.com/detail/redmine-powerkit/chahemppjcbnkgglaamhjmpagaagfpdi | 
| Descrizione | A Redmine powerkit for internal using | 
| Dimensione del File | 73.39 KB | 
| Conteggio Installazioni | 45 | 
| Versione Corrente | 1.0.10 | 
| Ultimo Aggiornamento | 2020-07-29 | 
| Data di Pubblicazione | 2020-04-07 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | Augustine Wen | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/ashramwen/redmine-powerkit | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10",
    "manifest_version": 2,
    "name": "Redmine Powerkit",
    "description": "A Redmine powerkit for internal using",
    "author": "Augustine Wen",
    "permissions": [
        "*:\/\/redmine.yjtech.tw\/*",
        "webRequest",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/redmine.yjtech.tw\/*"
            ],
            "include_globs": [
                "*\/agile\/board?*",
                "*\/issues?*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-3.4.0.slim.min.js",
                "js\/fullscreen.js",
                "js\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/redmine.yjtech.tw\/*"
            ],
            "include_globs": [
                "*\/issues\/new?*"
            ],
            "js": [
                "js\/jquery-3.4.0.slim.min.js",
                "js\/newissue.js"
            ]
        }
    ]
}  |  |