Trello Archiver

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

What is Trello Archiver?

Trello Archiver is a Chrome extension developed by kevcha, and its main feature is "Add the ability to visually archive some trello organization's organizations".

Extension Screenshots

screenshot

Download Trello Archiver Extension CRX File

Download Trello Archiver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Trello Archiver Trello Archiver
ID aggcamajlndgcihfjbmfcaonlmbfjhnn
Official URL https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn
Description Add the ability to visually archive some trello organization's organizations
File Size 2.67 MB
Installation Count 28
Current Version 1.1
Last Updated 2016-02-11
Publish Date 2016-02-11
Rating 5.00/5 Total 1 Ratings
Developer kevcha
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}