Trello Archiver

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

Was ist Trello Archiver?

Trello Archiver ist eine Chrome-Erweiterung, die von kevcha entwickelt wurde, und ihr Hauptmerkmal ist "Add the ability to visually archive some trello organization's organizations".

Erweiterungsscreenshots

screenshot

Trello Archiver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Archiver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Trello Archiver Trello Archiver
ID aggcamajlndgcihfjbmfcaonlmbfjhnn
Offizielle URL https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn
Beschreibung Add the ability to visually archive some trello organization's organizations
Dateigröße 2.67 MB
Installationsanzahl 28
Aktuelle Version 1.1
Letztes Update 2016-02-11
Veröffentlichungsdatum 2016-02-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kevcha
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}