Convenient Redmine
Add several convenient fuctions to redmine pages.
Wat is Convenient Redmine?
Convenient Redmine is een Chrome-extensie ontwikkeld door gilchris, en de belangrijkste functie is "Add several convenient fuctions to redmine pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Convenient Redmine
Download Convenient Redmine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        chrome extension for adding advantages of redmine
Features
- Issue list coloring
- Display detail time on detail issue view
- Emphasis my assigned issue
- Show attachment images with layer                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cebgldbppceblpomepllpcmmebbmfcko | 
| Officiële URL | https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko | 
| Beschrijving | Add several convenient fuctions to redmine pages. | 
| Bestandsgrootte | 52.31 KB | 
| Aantal Installaties | 245 | 
| Huidige Versie | 1.1.4 | 
| Laatst Bijgewerkt | 2020-02-11 | 
| Publicatiedatum | 2020-02-11 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | gilchris | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.4",
    "manifest_version": 2,
    "author": "gilchris",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webNavigation",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "default_option.js",
            "main.js"
        ],
        "persistent": false
    }
}  |  |