Trello Archiver

Add the ability to visually archive some trello organization's organizations

Qu'est-ce que Trello Archiver ?

Trello Archiver est une extension Chrome développée par kevcha, et sa fonction principale est "Add the ability to visually archive some trello organization's organizations".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello Archiver

Téléchargez les fichiers d'extension Trello Archiver 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

                        Trello Archiver is a small plugin to add a Show / Hide feature for organizations in Trello homepage with persistence.                    

Informations de Base sur l'Extension

Nom Trello Archiver Trello Archiver
ID aggcamajlndgcihfjbmfcaonlmbfjhnn
URL Officiel https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn
Description Add the ability to visually archive some trello organization's organizations
Taille du Fichier 2.67 MB
Nombre d'Installations 28
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-11
Date de Publication 2016-02-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur kevcha
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add the ability to visually archive some trello organization's organizations",
    "manifest_version": 2,
    "name": "Trello Archiver",
    "version": "1.1",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "48": "assets\/trello-archiver-48.png",
        "128": "assets\/trello-archiver-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "archiver.js"
            ]
        }
    ]
}