Slim Lists for Trello

Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%

什么是Slim Lists for Trello?

Slim Lists for Trello是由cchana开发的Chrome扩展程序,该扩展的主要功能是“Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%”。

扩展截图

screenshot
screenshot

下载Slim Lists for Trello扩展crx文件

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

扩展使用说明

                        Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen.

Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change.

The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.                    

扩展基本信息

名称 Slim Lists for Trello Slim Lists for Trello
ID pjlejgbmijmafmobaofcgblpdbkaodod
官方URL https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod
简介 Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
文件大小 11.01 KB
安装次数 7,671
当前版本 0.10
更新时间 2015-08-11
上架时间 2015-08-11
评分 4.08/5 共60次评分
开发者 cchana
付费类型 free
扩展官网 http://charanj.it
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slim Lists for Trello",
    "version": "0.10",
    "manifest_version": 2,
    "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
    "content_scripts": [
        {
            "js": [
                "scripts.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}