Trello Archiver

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

什么是Trello Archiver?

Trello Archiver是由kevcha开发的Chrome扩展程序,该扩展的主要功能是“Add the ability to visually archive some trello organization's organizations”。

扩展截图

screenshot

下载Trello Archiver扩展crx文件

下载Trello Archiver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Trello Archiver Trello Archiver
ID aggcamajlndgcihfjbmfcaonlmbfjhnn
官方URL https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn
简介 Add the ability to visually archive some trello organization's organizations
文件大小 2.67 MB
安装次数 28
当前版本 1.1
更新时间 2016-02-11
上架时间 2016-02-11
评分 5.00/5 共1次评分
开发者 kevcha
付费类型 free
支持的语言 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"
            ]
        }
    ]
}