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

Qu'est-ce que Special Redmine customizer ?

Special Redmine customizer est une extension Chrome développée par Unknown, et sa fonction principale est "1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Special Redmine customizer

Téléchargez les fichiers d'extension Special Redmine customizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        1. Add custom links to redmine main menu (you can do it in extension settings)
2. Expand full project issues tree from Gantt chart                    

Informations de Base sur l'Extension

Nom Special Redmine customizer Special Redmine customizer
ID ggpobgeelefmkhdonhgkjhmgmdoiadej
URL Officiel https://chromewebstore.google.com/detail/special-redmine-customize/ggpobgeelefmkhdonhgkjhmgmdoiadej
Description 1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
Taille du Fichier 48.73 KB
Nombre d'Installations 24
Version Actuelle 1.13
Dernière Mise à Jour 2014-04-01
Date de Publication 2014-04-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/p36101/special_redmine_customizer_ext
Langues Prises en Charge 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"
}