Refined Trello

Simplifies the Trello interface and adds useful features

什么是Refined Trello?

Refined Trello是由Strajk开发的Chrome扩展程序,该扩展的主要功能是“Simplifies the Trello interface and adds useful features”。

扩展截图

screenshot

下载Refined Trello扩展crx文件

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

扩展使用说明

                        Simplifies the Trello interface and adds useful features.

https://github.com/strajk/refined-trello                    

扩展基本信息

名称 Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
官方URL https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
简介 Simplifies the Trello interface and adds useful features
文件大小 129 KB
安装次数 53
当前版本 1.0.0
更新时间 2016-08-08
上架时间 2016-08-08
评分 5.00/5 共2次评分
开发者 Strajk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/strajk/refined-trello
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Trello",
    "version": "1.0.0",
    "description": "Simplifies the Trello interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "icons": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}