Trello List Resizer
Simple extension for wider Trello lists.
什么是Trello List Resizer?
Trello List Resizer是由bensmithperez开发的Chrome扩展程序,该扩展的主要功能是“Simple extension for wider Trello lists.”。
扩展截图
下载Trello List Resizer扩展crx文件
下载Trello List Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin resizes Trello lists from 270px to 400px... Just add to chrome and that's it!! :) Code at: https://github.com/bensmithperez/ChromeExtensions/tree/master/Trello%20List%20Resizer
扩展基本信息
名称 | Trello List Resizer |
ID | icfnpgdggbhlidgcefjphhbpnklakobm |
官方URL | https://chromewebstore.google.com/detail/trello-list-resizer/icfnpgdggbhlidgcefjphhbpnklakobm |
简介 | Simple extension for wider Trello lists. |
文件大小 | 3.15 KB |
安装次数 | 450 |
当前版本 | 0.1 |
更新时间 | 2017-03-24 |
上架时间 | 2017-03-24 |
评分 | 5.00/5 共2次评分 |
开发者 | bensmithperez |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello List Resizer", "description": "Simple extension for wider Trello lists.", "author": "Benjamin Smith", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.trello.com\/*" ], "css": [ "estiloNuevo.css" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.trello.com\/*" ] } |