Trello Archiver

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

Wat is Trello Archiver?

Trello Archiver is een Chrome-extensie ontwikkeld door kevcha, en de belangrijkste functie is "Add the ability to visually archive some trello organization's organizations".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trello Archiver

Download Trello Archiver-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

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

Basisinformatie over de Extensie

Naam Trello Archiver Trello Archiver
ID aggcamajlndgcihfjbmfcaonlmbfjhnn
Officiële URL https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn
Beschrijving Add the ability to visually archive some trello organization's organizations
Bestandsgrootte 2.67 MB
Aantal Installaties 28
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-11
Publicatiedatum 2016-02-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kevcha
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}